We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 660941d commit 9600088Copy full SHA for 9600088
.github/workflows/checks.yml
@@ -67,7 +67,7 @@ jobs:
67
if: matrix.os == 'ubuntu-latest'
68
69
- name: Store coverage report
70
- uses: actions/upload-artifact@v4.2.0
+ uses: actions/upload-artifact@v4.3.0
71
72
with:
73
name: coverage-${{ matrix.python }}
@@ -109,7 +109,7 @@ jobs:
109
.venv/bin/python -m coverage report --fail-under=100
110
111
- name: Upload HTML report if check failed.
112
113
114
name: html-report
115
path: htmlcov
0 commit comments