Skip to content

Commit

Permalink
Upload test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Dino Kovač committed Oct 17, 2017
1 parent 7eb0577 commit 95e953c
Showing 1 changed file with 4 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 @@ -25,5 +25,9 @@ jobs:
name: Run Tests
command: ./gradlew check

- run:
name: Upload Test Coverage
command: bash <(curl -s https://codecov.io/bash)

- store_test_results:
path: retrofit-converter-thrifty/build/test-results

0 comments on commit 95e953c

Please sign in to comment.