Skip to content

Commit 16763bf

Browse files
committed
upload figures
1 parent 9ad5022 commit 16763bf

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,13 @@ jobs:
8181
if: matrix.env.test-type == 'coverage'
8282
run: uvx hatch run ${{ matrix.env.name }}:run-cov --cov --cov-report=xml
8383

84+
- name: Archive figures generated during testing
85+
if: always()
86+
uses: actions/upload-artifact@v4
87+
with:
88+
name: visual_test_results_${{ matrix.env.name }}
89+
path: /home/runner/work/squidpy/squidpy/tests/figures/*
90+
8491
- name: Upload coverage data
8592
uses: codecov/codecov-action@v5
8693
if: matrix.env.test-type == 'coverage'
@@ -89,6 +96,7 @@ jobs:
8996
env_vars: ENV_NAME
9097
fail_ci_if_error: true
9198
files: test-data/coverage.xml
99+
92100

93101
build:
94102
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)