Codecov - bonkey/zalando-commerce-ios GitHub Wiki

A tool to check and guard code coverage. It is based on reports generated from Xcode, by enabling Gather coverage data in a scheme. Everything else happens magically (on supported CI) by running a command:

bash -c 'bash <(curl -s https://codecov.io/bash) -J '^ZalandoCommerceAPI$' -J '^ZalandoCommerceUI$''

Which is fired through ./calypso.rb codecov upload after a build is successful in Travis CI in after_script.

Configuration

Configurable at .codecov.yml.

Authorization

Installed through organization-wide integration.

Does not need a private token for a public repository.

References

Codecov documentation