Merge pull request #12822 from johansenja/include-coverage-assets

Fix artifact path for simplecov report upload
This commit is contained in:
Maikel
2024-08-29 08:10:38 +10:00
committed by GitHub

View File

@@ -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