Skip to content

Commit

Permalink
remove all codecov functionality and stop trying to integrate with tr…
Browse files Browse the repository at this point in the history
…avis
  • Loading branch information
plasticneuron committed Nov 28, 2019
1 parent bb9d348 commit e18455e
Show file tree
Hide file tree
Showing 4 changed files with 87 additions and 190 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
node_modules

.nyc_output
.ds_store
npm-debug.log
src/config.js
Expand Down
6 changes: 0 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
language: node_js
node_js:
- "node"
install:
- npm install -g codecov
- npm install -g nyc
script:
- nyc report --reporter=text-lcov > coverage.lcov && codecov
- codecov
Loading

0 comments on commit e18455e

Please sign in to comment.