Fix artifact path for simplecov report upload

This commit is contained in:
Joseph Johansen
2024-08-28 11:07:53 +01:00
parent 43a366005c
commit 4a028b2238

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