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 0f703f0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,13 @@ jobs:
node-version: ${{ matrix.node }}
- run: yarn install --immutable --immutable-cache
- run: yarn test
- run: yarn cov:lcov
- 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 0f703f0

Please sign in to comment.