Skip to content

Commit

Permalink
Merge pull request #12822 from johansenja/include-coverage-assets
Browse files Browse the repository at this point in the history
Fix artifact path for simplecov report upload
  • Loading branch information
mkllnk authored Aug 28, 2024
2 parents 0c2dcbc + 4a028b2 commit b2e15f5
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 b2e15f5

Please sign in to comment.