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 69d3b1b commit 129df19Copy full SHA for 129df19
.github/workflows/node.js.yml
@@ -27,7 +27,7 @@ jobs:
27
- run: npm install
28
- run: npm install codecov
29
- run: npm test -- --coverage
30
- - run: npx codecov
+ - run: npx codecov --disable=gcov
31
- run: npm run build
32
- run: npm run build:demo:ci
33
env:
0 commit comments