We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f86ad6 commit cb5c88bCopy full SHA for cb5c88b
.github/workflows/ci.yaml
@@ -35,8 +35,13 @@ jobs:
35
node-version: ${{ matrix.node }}
36
- run: yarn install --immutable --immutable-cache
37
- run: yarn test
38
+ - run: yarn cov:lcov
39
- name: Upload test coverage
- 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
45
46
check-yarn-cache:
47
runs-on: ubuntu-latest
package.json
@@ -147,7 +147,6 @@
147
"SECURITY.md"
148
],
149
"ava": {
150
- "failFast": true,
151
"timeout": "20s",
152
"typescript": {
153
"compile": false,
0 commit comments