chore(CI): Add reporting to codecov
Showing
... | @@ -14,7 +14,8 @@ | ... | @@ -14,7 +14,8 @@ |
"scripts": { | "scripts": { | ||
"commit": "git-cz", | "commit": "git-cz", | ||
"build": "grunt", | "build": "grunt", | ||
"test": "grunt test" | "test": "grunt test", | ||
"report-coverage": "cat ./tests/coverage/lcov.info | codecov" | |||
}, | }, | ||
"peerDependencies": { | "peerDependencies": { | ||
"angular": "^1.2.x" | "angular": "^1.2.x" | ||
... | @@ -25,6 +26,7 @@ | ... | @@ -25,6 +26,7 @@ |
"chai": "^3.4.1", | "chai": "^3.4.1", | ||
"chai-as-promised": "^5.1.0", | "chai-as-promised": "^5.1.0", | ||
"chai-things": "^0.2.0", | "chai-things": "^0.2.0", | ||
"codecov.io": "^0.1.6", | |||
"commitizen": "^2.4.6", | "commitizen": "^2.4.6", | ||
"cz-conventional-changelog": "^1.1.5", | "cz-conventional-changelog": "^1.1.5", | ||
"grunt": "~0.4.2", | "grunt": "~0.4.2", | ||
... | ... |
Please
register
or
sign in
to comment