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 a594a14 commit 3bd12f8Copy full SHA for 3bd12f8
.github/workflows/checks.yml
@@ -60,7 +60,7 @@ jobs:
60
if: matrix.os == 'ubuntu-latest'
61
62
- name: Store coverage report
63
- uses: actions/upload-artifact@v4.5.0
+ uses: actions/upload-artifact@v4.6.0
64
65
with:
66
name: coverage-${{ matrix.python }}
@@ -142,7 +142,7 @@ jobs:
142
.venv/bin/python -m coverage report --fail-under=100
143
144
- name: Upload HTML report if check failed.
145
146
147
name: html-report
148
path: htmlcov
0 commit comments