Skip to content

Commit

Permalink
chore: add codecov to circleci config (#12)
Browse files Browse the repository at this point in the history
* chore: add codecov to circleci config

* chore: adds .codecov.yml
  • Loading branch information
dated authored and faustbrian committed Oct 18, 2018
1 parent c60eece commit 6faa46f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,7 @@ jobs:
- ~/.gradle
key: v1-dependencies-{{ checksum "build.gradle" }}
- run: gradle test
- run:
name: Codecov
when: on_success
command: bash <(curl -s https://codecov.io/bash)
1 change: 1 addition & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
comment: off

0 comments on commit 6faa46f

Please sign in to comment.