Skip to content

Commit

Permalink
ci: copy src folder for coverage upload again again again
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdyman committed Oct 19, 2024
1 parent ae9994e commit 526c985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
CC_TEST_REPORTER_ID: '${{ secrets.CC_TEST_REPORTER_ID }}'
with:
debug: true
coverageCommand: cp -r ${{github.workspace}}/lib/src ${{github.workspace}}/example/tests/coverage-reports
coverageCommand: cp -r ${{github.workspace}}/lib/src ${{github.workspace}}
coverageLocations: ${{github.workspace}}/example/tests/coverage-reports/*.info:lcov

- uses: preactjs/compressed-size-action@v2
Expand Down

0 comments on commit 526c985

Please sign in to comment.