Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

Codecov

Daniel Bauke edited this page Feb 14, 2024 · 2 revisions

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

Integrate

Quick start

full flow in Demo App

Advanced usage

Contribute

Clone this wiki locally