We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4dded5 commit dd5b672Copy full SHA for dd5b672
.github/workflows/test.yml
@@ -91,6 +91,16 @@ jobs:
91
run: |
92
tox -vv
93
94
+ - name: List figures for potential debugging
95
+ ls -alh /home/runner/work/squidpy/squidpy/tests/figures
96
+
97
+ - name: Archive figures generated during testing
98
+ if: always()
99
+ uses: actions/upload-artifact@v4
100
+ with:
101
+ name: visual_test_results_${{ matrix.os }}-python${{ matrix.python }}
102
+ path: /home/runner/work/squidpy/squidpy/tests/figures/*
103
104
- name: Upload coverage to Codecov
105
uses: codecov/codecov-action@v4
106
with:
0 commit comments