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 c17141a commit ae5ea4cCopy full SHA for ae5ea4c
.gitignore
@@ -1,3 +1,4 @@
1
.vscode/
2
node_modules/
3
.DS_Store
4
+coverage
.travis.yml
@@ -3,11 +3,12 @@ language: node_js
node_js:
- node
5
install:
6
+- npm install
7
- npm install -g codecov
8
- npm install -g istanbul
9
script:
10
- npm run test
-- istanbul cover ./node_modules/mocha/bin/_mocha --reporter lcovonly -- -R spec
11
+- istanbul cover ./node_modules/mocha/bin/_mocha --reporter
12
- codecov --token=69a600d6-9548-4591-a229-91070f5f05dd
13
deploy:
14
provider: npm
0 commit comments