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 04641b4 commit bcdb05dCopy full SHA for bcdb05d
.travis.yml
@@ -1,6 +1,11 @@
1
language: node_js
2
node_js:
3
- "stable"
4
+install:
5
+ - npm install -g codecov istanbul
6
+script:
7
+ - istanbul cover ./node_modules/mocha/bin/_mocha --reporter lcovonly -- -R spec
8
+ - codecovn
9
jobs:
10
include:
11
# Define the release stage that runs semantic-release
0 commit comments