Skip to content

Commit

Permalink
Add pattern to coverage upload action
Browse files Browse the repository at this point in the history
Attempt to only download the coverage related artefacts to fix download
issues
  • Loading branch information
pvandyken committed Jul 13, 2024
1 parent 7d37fbf commit 43d51b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/upload_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
with:
run-id: ${{ github.event.workflow_run.id }}
github-token: ${{ secrets.GITHUB_TOKEN }}
pattern: coverage-*
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
with:
Expand Down

0 comments on commit 43d51b7

Please sign in to comment.