We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a417ec commit 4595867Copy full SHA for 4595867
.travis.yml
@@ -8,6 +8,6 @@ install:
8
- npm install -g codecov istanbul
9
10
script:
11
- - istanbul cover ./node_modules/mocha/bin/_mocha -- specs
+ - istanbul cover mocha -- specs/
12
- codecov
13
0 commit comments