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

Improve Codecov settings to take advantage of "after_n_builds" and (if possible) flags #969

Open
obi1kenobi opened this issue Nov 23, 2020 · 2 comments
Assignees
Labels
maintainer quality-of-life Features that ease development, but are not necessarily visible to package users.

Comments

@obi1kenobi
Copy link
Contributor

Courtesy of @jerrode:

1 thing I'd definitely recommend to deal with your notifications issue: after_n_builds in the .yml so Codecov knows to wait to notify until everything is uploaded

https://docs.codecov.io/docs/codecovyml-reference#codecovnotifyafter_n_builds

As far as running separate unit and integration tests, have you checked out our flags feature where you can tag separate builds? For example, tagging unit and integration tests separately?

https://docs.codecov.io/docs/flags

Lastly, if you are only uploading partial runs of your CI suite, you should check out Carryforward Flags so we can intelligently pick up only the new files uploaded: https://blog.codecov.io/2020/04/21/new-test-only-what-you-change-with-carryforward-flags/

Originally posted by @jerrode in #806 (comment)

@obi1kenobi obi1kenobi added the maintainer quality-of-life Features that ease development, but are not necessarily visible to package users. label Nov 23, 2020
@jerrode
Copy link

jerrode commented Nov 25, 2020

Good luck! Let me know if I can help.

@obi1kenobi
Copy link
Contributor Author

Good luck! Let me know if I can help.

Much appreciated, thank you!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
maintainer quality-of-life Features that ease development, but are not necessarily visible to package users.
Projects
None yet
Development

No branches or pull requests

3 participants