Skip to content
This repository was archived by the owner on Apr 7, 2022. It is now read-only.

Commit bda5bed

Browse files
committed
Moving Code Coverage Out of Package.json
1 parent 54e648a commit bda5bed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "src/Parser.js",
66
"scripts": {
77
"test": "lab -a code -v",
8-
"test-and-coverage": "istanbul cover lab --report lcovonly -- -a code -v --timeout 10000 -l && cat ./coverage/lcov.info | codacy-coverage && codecov",
8+
"test-and-coverage": "istanbul cover lab --report lcovonly -- -a code -v --timeout 10000 -l",
99
"lint": "eslint --quiet .",
1010
"precommit": "lint-staged",
1111
"update-applications": "node ./bin/update-applications",

0 commit comments

Comments
 (0)