Skip to content

Commit

Permalink
Upgrade codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
bitjson committed Feb 14, 2024
1 parent 2f86ad6 commit f963065
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,11 @@ jobs:
- run: yarn install --immutable --immutable-cache
- run: yarn test
- name: Upload test coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true

check-yarn-cache:
runs-on: ubuntu-latest
Expand Down

0 comments on commit f963065

Please sign in to comment.