Skip to content

Commit

Permalink
remove codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
ANKUR DWIVEDI authored and ANKUR DWIVEDI committed Dec 5, 2024
1 parent a82c2ae commit 30bf20e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
yarn install
yarn test
yarn test-e2e
yarn report-coverage
# yarn report-coverage
env:
CI: true
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"compile": "rm -rf dist/ & tsc -p tsconfig.json",
"test": "export NODE_ENV=test; nyc ./node_modules/mocha/bin/mocha --exit -t 40000 tests/*.js;ex=$?;unset NODE_ENV; exit $ex;",
"test-e2e": "sh test-e2e.sh; exit $?;",
"report-coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov --disable=gcov",
"report-coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
"prepack": "npm run compile"
},
"author": "ImageKit Developer <[email protected]>",
Expand Down

0 comments on commit 30bf20e

Please sign in to comment.