diff --git a/.circleci/config.yml b/.circleci/config.yml index 9c12ddec..162b51de 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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