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

Attempt to drop our usage of lcov and do things with coverage.py #12289

Merged
merged 2 commits into from
Jan 23, 2025

Conversation

alex
Copy link
Member

@alex alex commented Jan 15, 2025

No description provided.

@alex alex force-pushed the coverage-gore branch 2 times, most recently from e0960f0 to 2068d31 Compare January 16, 2025 00:01
@alex
Copy link
Member Author

alex commented Jan 16, 2025

Can't combine statement coverage data with branch data

Hmm, not sure if/how we can address this.

@alex alex force-pushed the coverage-gore branch 4 times, most recently from c7ed0aa to 0dfe5c2 Compare January 19, 2025 23:47
@alex alex marked this pull request as ready for review January 20, 2025 03:53
@alex
Copy link
Member Author

alex commented Jan 22, 2025

nedbat/coveragepy#1919 would allow cleaning this up some, but I'm not sure that should be a blocker for this


def main(*lcov_paths: str):
cov = coverage.Coverage()
# XXX: Nasty mucking in semi-public APIs
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't need to do this if nedbat/coveragepy#1919 or something like it merges right?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Correct

@reaperhulk reaperhulk merged commit f78724a into pyca:main Jan 23, 2025
62 checks passed
@alex alex deleted the coverage-gore branch January 23, 2025 01:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants