Skip to content

Commit

Permalink
minor adjustment of the build.yml file trying to fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jrzaurin committed Sep 24, 2024
1 parent 8f7edd6 commit 430f16b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ jobs:
- name: Download all artifacts
# Downloads coverage1, coverage2, etc.
uses: actions/download-artifact@v4
- name: List downloaded files
run: |
ls -R coverage-files
- name: Convert coverage
run: |
coverage combine coverage-files/*/.coverage*
Expand Down

0 comments on commit 430f16b

Please sign in to comment.