Skip to content

Commit

Permalink
Add codecov (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
shazron authored Mar 13, 2019
1 parent 200de5d commit f9aef11
Show file tree
Hide file tree
Showing 5 changed files with 134 additions and 11 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ install:
script:
- npm test

after_success:
- ./node_modules/.bin/codecov

notifications:
slack:
secure: gn0YH0MCFOYR3Dd8Vsx3K/J9G0aazhnRjQVfqbeRKN3f6vToKif1CxhiDLXI6cxEB5DBiAtpK58jkoDYrXoNLGuSbiTHBJ+ankU8aG3s0OTIHa/8I0TjRKjBRc0PrMV7n7EiLC6LQxNe0x0mMSE1gdOUeS1UrZ5ZiVrS1u0eHHs=
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
[![Build status](https://ci.appveyor.com/api/projects/status/xh7auct40k5oxwjg/branch/master?svg=true
)](https://ci.appveyor.com/project/shazron/ios-sim-bn5fo)
[![Build Status](https://travis-ci.org/ios-control/ios-sim.svg?branch=master)](https://travis-ci.org/ios-control/ios-sim)
[![Codecov Coverage](https://img.shields.io/codecov/c/github/ios-control/ios-sim/master.svg?style=flat-square)](https://codecov.io/gh/ios-control/ios-sim/)

ios-sim
==========
Expand Down
3 changes: 3 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@ test_script:
- node --version
- npm --version
- npm test

on_success:
- ./node_modules/.bin/codecov
137 changes: 126 additions & 11 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
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"acorn": "^6.1.1",
"babel-jest": "^24.1.0",
"babel-runtime": "^6.26.0",
"codecov": "^3.2.0",
"eslint": "^5.15.1",
"eslint-config-oclif": "^1",
"eslint-config-standard": "^12.0.0",
Expand Down

0 comments on commit f9aef11

Please sign in to comment.