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 c5a6cd9 commit 3fb5fb2Copy full SHA for 3fb5fb2
.github/workflows/checks.yml
@@ -64,7 +64,7 @@ jobs:
64
if: matrix.os == 'ubuntu-latest'
65
66
- name: Store coverage report
67
- uses: actions/upload-artifact@v4.3.5
+ uses: actions/upload-artifact@v4.3.6
68
69
with:
70
name: coverage-${{ matrix.python }}
@@ -106,7 +106,7 @@ jobs:
106
.venv/bin/python -m coverage report --fail-under=100
107
108
- name: Upload HTML report if check failed.
109
110
111
name: html-report
112
path: htmlcov
0 commit comments