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

ENH: Make it possible to measure coverage of benchmarked module #1402

Open
astrofrog opened this issue May 15, 2024 · 1 comment
Open

ENH: Make it possible to measure coverage of benchmarked module #1402

astrofrog opened this issue May 15, 2024 · 1 comment

Comments

@astrofrog
Copy link
Contributor

It would be nice to provide a way to use asv with the coverage package in order to measure how much of a code base is covered by benchmarks. This is made a little tricky by the fact that asv runs the benchmarks in subprocesses, but it looks like coverage does provide a way to measure coverage in subprocesses

@HaoZeke HaoZeke changed the title Make it possible to measure coverage of benchmarked module ENH: Make it possible to measure coverage of benchmarked module Jul 1, 2024
@HaoZeke
Copy link
Member

HaoZeke commented Jul 1, 2024

That's an interesting idea! Is the plan to also have this integrated into the dashboard somehow (and therefore be part of say, the results object in some way)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants