Skip to content

Commit

Permalink
Fix artifact path for simplecov report upload
Browse files Browse the repository at this point in the history
  • Loading branch information
johansenja committed Aug 28, 2024
1 parent 43a3660 commit 4a028b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -556,6 +556,6 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: combined-simplecov-report
path: coverage/*.*
path: coverage/**/*.*
retention-days: 7
if-no-files-found: ignore

0 comments on commit 4a028b2

Please sign in to comment.