We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcdb05d commit 630e5deCopy full SHA for 630e5de
.gitignore
@@ -19,6 +19,7 @@ coverage
19
20
# nyc test coverage
21
.nyc_output
22
+coverage.lcov
23
24
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
25
.grunt
.travis.yml
@@ -2,10 +2,9 @@ language: node_js
2
node_js:
3
- "stable"
4
install:
5
- - npm install -g codecov istanbul
+ - npm install -g codecov
6
script:
7
- - istanbul cover ./node_modules/mocha/bin/_mocha --reporter lcovonly -- -R spec
8
- - codecovn
+ - codecov
9
jobs:
10
include:
11
# Define the release stage that runs semantic-release
0 commit comments