Skip to content

Commit

Permalink
Update codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
qqilihq committed Jun 16, 2024
1 parent 2a25348 commit 8b284a6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ jobs:
yarn run jest --ci --reporters=jest-junit --reporters=default --coverage
yarn build
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4.0.0
with:
file: ./coverage/coverage-final.json
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true

0 comments on commit 8b284a6

Please sign in to comment.