Skip to content

Commit

Permalink
Add codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpassos committed Oct 26, 2017
1 parent c2ce4d0 commit 91d0bf1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,6 @@ test:

override:
- ./gradlew build connectedCheck

post:
- bash <(curl -s https://codecov.io/bash)
6 changes: 6 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
coverage:
status:
project:
default:
target: auto # this is default
if_not_found: success # no commit found? still set a success

0 comments on commit 91d0bf1

Please sign in to comment.