-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove all codecov functionality and stop trying to integrate with tr…
…avis
- Loading branch information
plasticneuron
committed
Nov 28, 2019
1 parent
bb9d348
commit e18455e
Showing
4 changed files
with
87 additions
and
190 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.