Skip to content

Commit

Permalink
Switch to codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
SamVerschueren committed Oct 24, 2017
1 parent 2f574df commit 7434dfd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -4,4 +4,4 @@ node_js:
- '6'
- '4'
after_script:
- npm run coveralls
- './node_modules/.bin/nyc report --reporter=text-lcov > coverage.lcov && ./node_modules/.bin/codecov'
3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -14,7 +14,6 @@
},
"scripts": {
"test": "clinton && xo && nyc ava",
"coveralls": "nyc report --reporter=text-lcov | coveralls",
"lint:staged": "lint-staged"
},
"files": [
Expand Down Expand Up @@ -59,7 +58,7 @@
"devDependencies": {
"ava": "*",
"clinton": "*",
"coveralls": "^2.11.14",
"codecov": "^3.0.0",
"delay": "^1.3.1",
"hook-std": "^0.2.0",
"lint-staged": "^3.3.1",
Expand Down
2 changes: 1 addition & 1 deletion readme.md
@@ -1,6 +1,6 @@
# listr

[![Build Status Linux](https://travis-ci.org/SamVerschueren/listr.svg?branch=master)](https://travis-ci.org/SamVerschueren/listr) [![Build status Windows](https://ci.appveyor.com/api/projects/status/y8vhpwsb98b8o4cm?svg=true)](https://ci.appveyor.com/project/SamVerschueren/listr) [![Coverage Status](https://coveralls.io/repos/SamVerschueren/listr/badge.svg?branch=master&service=github)](https://coveralls.io/github/SamVerschueren/listr?branch=master)
[![Build Status Linux](https://travis-ci.org/SamVerschueren/listr.svg?branch=master)](https://travis-ci.org/SamVerschueren/listr) [![Build status Windows](https://ci.appveyor.com/api/projects/status/y8vhpwsb98b8o4cm?svg=true)](https://ci.appveyor.com/project/SamVerschueren/listr) [![Coverage Status](https://codecov.io/gh/SamVerschueren/listr/branch/master/graph/badge.svg)](https://codecov.io/gh/SamVerschueren/listr)

> Terminal task list
Expand Down

0 comments on commit 7434dfd

Please sign in to comment.