Skip to content

Commit

Permalink
Switch to codecov for coverage and add codacy grade to README
Browse files Browse the repository at this point in the history
  • Loading branch information
tbouron committed Oct 28, 2016
1 parent 6fd2ac3 commit bc12dbf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ node_js:
- "4"
after_script:
- npm run coverage
- cat ./coverage/lcov.info | ./node_modules/.bin/codacy-coverage
- bash <(curl -s https://codecov.io/bash)
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ Parse Java stack traces and transform them into comprehensive JS objects

You can checkout [this working demo](http:https://codepen.io/tbouron/pen/wzOkwr/) to see how it looks like.

| Branch | Build | Test coverage |
| --- | --- | --- |
| `master` | [![Travis](https://img.shields.io/travis/tbouron/java-stack-parser/master.svg)](https://travis-ci.org/tbouron/java-stack-parser/branches) | [![Codacy](https://img.shields.io/codacy/coverage/ec26bba6230f483e958972fb376f075e/master.svg)](https://www.codacy.com/app/tbouron/java-stack-parser/files?bid=3852863) |
| `develop` | [![Travis](https://img.shields.io/travis/tbouron/java-stack-parser/develop.svg)](https://travis-ci.org/tbouron/java-stack-parser/branches) | [![Codacy](https://img.shields.io/codacy/coverage/ec26bba6230f483e958972fb376f075e/develop.svg)](https://www.codacy.com/app/tbouron/java-stack-parser/files?bid=3852862) |
| Branch | Build | Grade | Test coverage |
| --- | --- | --- | --- |
| `master` *(Stable)* | [![Travis](https://img.shields.io/travis/tbouron/java-stack-parser/master.svg)](https://travis-ci.org/tbouron/java-stack-parser/branches) | [![Codacy](https://img.shields.io/codacy/grade/ec26bba6230f483e958972fb376f075e/master.svg)](https://www.codacy.com/app/tbouron/java-stack-parser/dashboard?bid=3852863) | [![Codecov](https://img.shields.io/codecov/c/github/tbouron/java-stack-parser/master.svg)](https://codecov.io/gh/tbouron/java-stack-parser/branch/master) |
| `develop` | [![Travis](https://img.shields.io/travis/tbouron/java-stack-parser/develop.svg)](https://travis-ci.org/tbouron/java-stack-parser/branches) | [![Codacy](https://img.shields.io/codacy/grade/ec26bba6230f483e958972fb376f075e/develop.svg)](https://www.codacy.com/app/tbouron/java-stack-parser/dashboard?bid=3852862) | [![Codecov](https://img.shields.io/codecov/c/github/tbouron/java-stack-parser/develop.svg)](https://codecov.io/gh/tbouron/java-stack-parser/branch/develop) |

## Install

Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
"babel-plugin-add-module-exports": "0.1.2",
"babel-preset-es2015": "^6.18.0",
"chai": "^3.5.0",
"codacy-coverage": "^2.0.0",
"eslint": "^3.8.1",
"eslint-loader": "^1.6.0",
"istanbul": "^1.0.0-alpha.2",
Expand Down

0 comments on commit bc12dbf

Please sign in to comment.