Skip to content

Commit

Permalink
fix: ignore codecov.io reporting failure
Browse files Browse the repository at this point in the history
Ref: codecov/codecov-node#284
PR-URL: #96
Reviewed-BY: hyj1991 <yeekwanvong@gmail.com>
  • Loading branch information
hyj1991 committed Apr 19, 2021
1 parent b7e23e1 commit 7bea901
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"cov": "nyc --reporter=html --reporter=text --reporter=lcov mocha -R spec test/*.test.js test/patch/*.test.js --timeout 0",
"cov-single": "nyc --reporter=html --reporter=text --reporter=lcov mocha --timeout 0 -R spec",
"upload": "node scripts/upload.js",
"ci": "npm run lint && npm run build && npm run cov && codecov && npm run upload",
"codecov": "codecov || echo 'warning: ignoring codecov failure'",
"ci": "npm run lint && npm run build && npm run cov && npm run codecov && npm run upload",
"dep": "npm run build && npm run cov",
"release": "node scripts/release.js",
"autod": "autod"
Expand Down Expand Up @@ -79,4 +80,4 @@
"win32": "xprofiler-ctl"
},
"blurryTag": "__"
}
}

0 comments on commit 7bea901

Please sign in to comment.