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
As part of CI build we should generate Source-based Code Coverage report.
This is a great way to see if tests are missing for added code. This also will encourage more testing.
Use Source-based Code Coverage. Also there is GitHub action that could be used to read coverage reports: https://github.com/marketplace/actions/code-coverage-summary.
Example how a coverage is reported: bincode-org/bincode#619 (comment)
The text was updated successfully, but these errors were encountered:
Another example: https://github.com/gabotechs/dynarust/blob/main/.github/workflows/test-lint.yml
Sorry, something went wrong.
Done in #902 thanks @Luni-4
No branches or pull requests
Feature description
As part of CI build we should generate Source-based Code Coverage report.
Feature motivation
This is a great way to see if tests are missing for added code. This also will encourage more testing.
(Optional) Suggest a Solution
Use Source-based Code Coverage. Also there is GitHub action that could be used to read coverage reports: https://github.com/marketplace/actions/code-coverage-summary.
Example how a coverage is reported: bincode-org/bincode#619 (comment)
The text was updated successfully, but these errors were encountered: