We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e550fed commit a0c95ffCopy full SHA for a0c95ff
.travis.yml
@@ -6,4 +6,4 @@ install:
6
- npm install -g karma webpack cross-env codecov
7
script:
8
- npm run-script unit
9
- - cat ./test/unit/coverage/Icov.info | codecov
+ - cat ./test/unit/coverage/lcov.info | codecov
0 commit comments