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 f829273 commit 6554137Copy full SHA for 6554137
.github/workflows/ci.yml
@@ -25,10 +25,11 @@ jobs:
25
cache: npm
26
node-version: ${{ matrix.node-version }}
27
28
- - run: npm install -g nyc codecov
+ - run: npm install -g nyc
29
- run: npm ci
30
- run: npm run test:cover
31
- - run: codecov -f coverage/*.json
+ - run: curl -Os https://cli.codecov.io/latest/linux/codecov && chmod +x codecov
32
+ - run: ./codecov -f coverage/*.json
33
34
browser:
35
runs-on: ubuntu-latest
0 commit comments