Skip to content

Commit

Permalink
Update coverage download step
Browse files Browse the repository at this point in the history
  • Loading branch information
dolfinus committed Jun 19, 2024
1 parent 604b5f8 commit d09d87f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,9 @@ jobs:
- name: Download all coverage reports
uses: actions/download-artifact@v4
with:
path: reports

- name: Move coverage data to the root folder
run: find reports -type f -exec mv '{}' reports \;
path: reports/
pattern: coverage-*
merge-multiple: true

- name: Generate coverate reports
run: ./combine_coverage.sh
Expand Down

0 comments on commit d09d87f

Please sign in to comment.