Skip to content

Commit

Permalink
📦 (test coverage) changed coveralls to codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
rxluz committed Feb 10, 2019
1 parent d5e7b21 commit 92b2bc9
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ cache:
directories:
- '$HOME/.npm'
after_success:
- npx nyc report --reporter=lcov | coveralls
- npx nyc report --reporter=lcov | npx codecov
- npm run cov:check
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
Remove all recursive references from the object

[![Build Status](https://travis-ci.org/rxluz/prevent-object-recursion.svg?branch=master)](https://travis-ci.org/rxluz/prevent-object-recursion)
[![Coverage Status](https://coveralls.io/repos/github/rxluz/prevent-object-recursion/badge.svg?branch=master)](https://coveralls.io/github/rxluz/prevent-object-recursion?branch=master)
[![codecov](https://codecov.io/gh/rxluz/prevent-object-recursion/branch/master/graph/badge.svg)](https://codecov.io/gh/rxluz/prevent-object-recursion)
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
![](https://img.shields.io/bundlephobia/min/@rxluz/prevent-object-recursion.svg?style=flat)
Empty file added coverage.lcov
Empty file.
40 changes: 40 additions & 0 deletions package-lock.json

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

0 comments on commit 92b2bc9

Please sign in to comment.