Skip to content

Commit

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

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

0 comments on commit 3a201f1

Please sign in to comment.