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 0491c41 commit e33d517Copy full SHA for e33d517
.github/workflows/tests.yaml
@@ -42,8 +42,8 @@ jobs:
42
- name: Upload logs from unit tests
43
uses: actions/upload-artifact@v4
44
with:
45
- name: logs-${{ matrix.os }}
46
- path: ${{ runner.temp }}/.coverage.*
+ name: logs-${{ matrix.os }}-${{ matrix.python-version }}
+ path: ${{ runner.temp }}/.coverage.${{ matrix.python-version }}
47
retention-days: 1
48
49
post-unit-coverage:
0 commit comments