Skip to content

Commit

Permalink
add pattern to filter coverage artifacts download
Browse files Browse the repository at this point in the history
  • Loading branch information
naik-aakash authored Sep 11, 2024
1 parent 0a956c4 commit 2b5e07a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,13 @@ jobs:
- name: Download coverage artifacts
continue-on-error: true
uses: actions/download-artifact@v4
with:
pattern: coverage-3.10-*

- name: Run coverage
continue-on-error: true
run: |
coverage combine coverage-3.10-*
coverage combine coverage*/.coverage*
coverage report --show-missing
- name: Upload coverage reports to Codecov
Expand Down

0 comments on commit 2b5e07a

Please sign in to comment.