Skip to content

Commit

Permalink
ci: copy src folder for coverage upload again
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdyman committed Oct 19, 2024
1 parent 3a201f1 commit edfd1bd
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
coverageCommand: cp -r ${{github.workspace}}/lib/src ${{github.workspace}}/example
coverageLocations: ${{github.workspace}}/example/tests/coverage-reports/*.info:lcov

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

0 comments on commit edfd1bd

Please sign in to comment.