Skip to content

Commit 30bf20e

Browse files
ANKUR DWIVEDIANKUR DWIVEDI
authored andcommitted
remove codecov
1 parent a82c2ae commit 30bf20e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
yarn install
2424
yarn test
2525
yarn test-e2e
26-
yarn report-coverage
26+
# yarn report-coverage
2727
env:
2828
CI: true

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"compile": "rm -rf dist/ & tsc -p tsconfig.json",
99
"test": "export NODE_ENV=test; nyc ./node_modules/mocha/bin/mocha --exit -t 40000 tests/*.js;ex=$?;unset NODE_ENV; exit $ex;",
1010
"test-e2e": "sh test-e2e.sh; exit $?;",
11-
"report-coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov --disable=gcov",
11+
"report-coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
1212
"prepack": "npm run compile"
1313
},
1414
"author": "ImageKit Developer <[email protected]>",

0 commit comments

Comments
 (0)