This repository has been archived by the owner on Feb 14, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
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
.
Configurable at .codecov.yml.
Installed through organization-wide integration.
Does not need a private token for a public repository.
- Codecov example Swift project
-
.codecov.yml
format: interactive, docs - Codecov bash uploader
☎️ Questions, problems, new ideas? Please email us or create an issue.
© 2016-2017 Zalando SE