We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ad5022 commit 16763bfCopy full SHA for 16763bf
1 file changed
.github/workflows/test.yml
@@ -81,6 +81,13 @@ jobs:
81
if: matrix.env.test-type == 'coverage'
82
run: uvx hatch run ${{ matrix.env.name }}:run-cov --cov --cov-report=xml
83
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
+
91
- name: Upload coverage data
92
uses: codecov/codecov-action@v5
93
@@ -89,6 +96,7 @@ jobs:
96
env_vars: ENV_NAME
97
fail_ci_if_error: true
98
files: test-data/coverage.xml
99
100
101
build:
94
102
runs-on: ubuntu-latest
0 commit comments