Skip to content

Commit cb5c88b

Browse files
committed
Upgrade codecov
1 parent 2f86ad6 commit cb5c88b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,13 @@ jobs:
3535
node-version: ${{ matrix.node }}
3636
- run: yarn install --immutable --immutable-cache
3737
- run: yarn test
38+
- run: yarn cov:lcov
3839
- name: Upload test coverage
39-
uses: codecov/codecov-action@v3
40+
uses: codecov/codecov-action@v4
41+
with:
42+
fail_ci_if_error: true
43+
token: ${{ secrets.CODECOV_TOKEN }}
44+
verbose: true
4045

4146
check-yarn-cache:
4247
runs-on: ubuntu-latest

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,6 @@
147147
"SECURITY.md"
148148
],
149149
"ava": {
150-
"failFast": true,
151150
"timeout": "20s",
152151
"typescript": {
153152
"compile": false,

0 commit comments

Comments
 (0)