We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Rust added better support for code coverage last year.
We should take advantage of this.
At a minimum, reports per build on code coverage stats to help reviewers & to help prioritize code cleanup/testing.
Better:
It may be possible to have some sort of report on a schedule that updates a static page on the project (either as a GH action, or from Jenkins).
The text was updated successfully, but these errors were encountered:
graydon
No branches or pull requests
What problem does your feature solve?
Rust added better support for code coverage last year.
We should take advantage of this.
What would you like to see?
At a minimum, reports per build on code coverage stats to help reviewers & to help prioritize code cleanup/testing.
Better:
What alternatives are there?
It may be possible to have some sort of report on a schedule that updates a static page on the project (either as a GH action, or from Jenkins).
The text was updated successfully, but these errors were encountered: