Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Idea: make use of coveralls ability to merge coverage data of multiple builds #593

Open
abravalheri opened this issue Feb 10, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@abravalheri
Copy link
Collaborator

Describe your use-case

Currently we only measure coverage for a single specific Python version and OS combination. This means that a lot of parts of the code have a # pragma: no cover directive...

I recently noticed that coveralls is able to merge coverage info: https://docs.coveralls.io/parallel-build-webhook

Maybe we could leverage that in the future.

Describe the solution you would like to see for your use-case

  • Cirrus CI setup (and others) should add a COVERALLS_PARALLEL=true environment variable
  • The last step in the CI pipeline should call coveralls --finish
@abravalheri abravalheri added the enhancement New feature or request label Feb 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant