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