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 cb5c88b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
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
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@
"SECURITY.md"
],
"ava": {
"failFast": true,
"timeout": "20s",
"typescript": {
"compile": false,
Expand Down

0 comments on commit cb5c88b

Please sign in to comment.