Skip to content

Commit 129df19

Browse files
authored
Update node.js.yml
1 parent 69d3b1b commit 129df19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- run: npm install
2828
- run: npm install codecov
2929
- run: npm test -- --coverage
30-
- run: npx codecov
30+
- run: npx codecov --disable=gcov
3131
- run: npm run build
3232
- run: npm run build:demo:ci
3333
env:

0 commit comments

Comments
 (0)