We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 569a5a4 commit 314e370Copy full SHA for 314e370
1 file changed
.github/workflows/verify.yml
@@ -225,11 +225,11 @@ jobs:
225
uses: actions/download-artifact@v5
226
with:
227
pattern: coverage-*
228
- path: ./
+ path: ${{ github.workspace }}/artifacts
229
- name: Combine coverage results
230
run: |
231
. venv/bin/activate
232
- coverage combine coverage*/.coverage*
+ coverage combine artifacts/coverage*/.coverage*
233
coverage report --fail-under=94
234
coverage xml
235
- name: Upload coverage to Codecov
0 commit comments