Skip to content

Commit c0b2e26

Browse files
joyeecheungpriyank-p
authored andcommitted
package.json: remove codecov from devDependencies
There is no need to install codecov on developer machines. To enable it in Travis, we only need to install it in the Travis setup. This would help us remove some unnecessary entries in package-lock.json as well.
1 parent 12ba359 commit c0b2e26

File tree

3 files changed

+51
-517
lines changed

3 files changed

+51
-517
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ script:
1010
- npm run lint
1111
- npm run coverage-all
1212
after_success:
13+
- npm install codecov
1314
- npm run report-coverage

0 commit comments

Comments
 (0)