Skip to content

Commit

Permalink
Add Codecov again
Browse files Browse the repository at this point in the history
I forgot this during Travis - Circle migration
  • Loading branch information
pietrocaselani committed May 3, 2019
1 parent 31913de commit cae2e57
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Expand Up @@ -26,6 +26,9 @@ jobs:
- run:
name: Build and run tests
command: bundle exec fastlane lint
- run:
name: Codecov
command: bash <(curl -s https://codecov.io/bash)
# Collect XML test results data to show in the UI,
# and save the same XML files under test-results folder
# in the Artifacts tab
Expand Down

0 comments on commit cae2e57

Please sign in to comment.