-
Notifications
You must be signed in to change notification settings - Fork 33
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
Coverage fraction #40
Conversation
I'm working through this at long last, @hellkite500 . Are you OK with me pushing commits to this branch?
I'm inclined to retain the second approach only, rather than modify the first approach to only store the coverage fractions in |
Adapted, committed in e943d7d. Thanks! |
Sorry I missed the notification that you were working on this! Glad it was useful in some capacity! |
This PR introduces two mechanics for getting coverage fraction reports from the core lib -- it can be asked for as an operation alongside other stats, or from the CLI it can be provided as a strategy which will only write the coverage fraction and cell number.
Tests coverage was added to the catch tests for the coverage fraction.
Am happy to discuss any implementation details.