Skip to content

Commit

Permalink
Merge pull request #1073 from brutalcrozt/codecov
Browse files Browse the repository at this point in the history
Chore: change coverage service (coverall to codecov)
  • Loading branch information
meeber committed Oct 30, 2017
2 parents 3ace4a0 + a89620f commit 2eafe73
Show file tree
Hide file tree
Showing 4 changed files with 143 additions and 22 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -10,7 +10,8 @@ node_js:
- node # safety net; don't remove

script:
- make test-travisci
- make test-travisci
- codecov

env:
global:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -49,10 +49,10 @@
src="https://img.shields.io/travis/chaijs/chai/master.svg?style=flat-square"
/>
</a>
<a href="https://coveralls.io/r/chaijs/chai">
<a href="https://codecov.io/gh/chaijs/chai">
<img
alt="coverage:?"
src="https://img.shields.io/coveralls/chaijs/chai/master.svg?style=flat-square"
src="https://img.shields.io/codecov/c/github/chaijs/chai.svg?style=flat-square"
/>
</a>
<a href="">
Expand Down
157 changes: 138 additions & 19 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Expand Up @@ -43,6 +43,7 @@
"devDependencies": {
"browserify": "^14.4.0",
"bump-cli": "^1.1.3",
"codecov": "^3.0.0",
"istanbul": "^0.4.3",
"karma": "^1.0.0",
"karma-firefox-launcher": "^1.0.0",
Expand Down

0 comments on commit 2eafe73

Please sign in to comment.