Skip to content

Commit

Permalink
codecov might be working now
Browse files Browse the repository at this point in the history
  • Loading branch information
emptyport committed Jul 31, 2018
1 parent 5912403 commit 44328bb
Show file tree
Hide file tree
Showing 5 changed files with 436 additions and 49 deletions.
15 changes: 0 additions & 15 deletions .codecov.yml

This file was deleted.

3 changes: 2 additions & 1 deletion .gitignore
@@ -1 +1,2 @@
node_modules
node_modules
coverage
6 changes: 5 additions & 1 deletion .travis.yml
@@ -1,6 +1,10 @@
language: node_js
node_js:
- "node"
script: npm test
install:
-npm install -g codecov
script:
-istanbul cover test/test-index.js --reporter lcovonly -- -R spec
-codecov
after_success:
- bash < (curl -s https://codecov.io/bash)

0 comments on commit 44328bb

Please sign in to comment.