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 ae1e452 commit 4c75e89Copy full SHA for 4c75e89
.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.4.0
+ uses: actions/upload-artifact@v4.4.1
68
69
with:
70
name: coverage-${{ matrix.python }}
@@ -107,7 +107,7 @@ jobs:
107
.venv/bin/python -m coverage report --fail-under=100
108
109
- name: Upload HTML report if check failed.
110
111
112
name: html-report
113
path: htmlcov
0 commit comments