Skip to content

Commit

Permalink
test codecov env
Browse files Browse the repository at this point in the history
  • Loading branch information
menshibin committed Nov 26, 2024
1 parent 9044beb commit 3163b71
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,13 @@ jobs:
npm run example
npm run test
pwd
find ../ -name cobertura-coverage.xml
find ../ -name lcov.info
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
fail_ci_if_error: false
files: coverage/coverage-final.json
files: coverage/lcov.info
verbose: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 3163b71

Please sign in to comment.