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

Add test coverage report to identify test gaps #174

Closed
antimora opened this issue Feb 24, 2023 · 2 comments
Closed

Add test coverage report to identify test gaps #174

antimora opened this issue Feb 24, 2023 · 2 comments

Comments

@antimora
Copy link
Collaborator

antimora commented Feb 24, 2023

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)

@antimora antimora added the housekeeping Housekeeping task label Apr 2, 2023
@antimora
Copy link
Collaborator Author

@louisfd
Copy link
Member

louisfd commented Oct 27, 2023

Done in #902 thanks @Luni-4

@louisfd louisfd closed this as completed Oct 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants