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 an option to show uncovered lines in the command-line output #143

Merged
merged 1 commit into from
Mar 5, 2022

Conversation

vmiklos
Copy link
Contributor

@vmiklos vmiklos commented Mar 4, 2022

It shows lines which have matching segments and all those segments could
be covered, but no segments are covered.

Sample output:

Uncovered Lines:
src/lib.rs: 22, 26
src/m.rs: 5

Fixes #142.

It shows lines which have matching segments and all those segments could
be covered, but no segments are covered.

Sample output:

	Uncovered Lines:
	src/lib.rs: 22, 26
	src/m.rs: 5

Fixes taiki-e#142.
Copy link
Owner

@taiki-e taiki-e left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

bors r+

@bors
Copy link
Contributor

bors bot commented Mar 5, 2022

Build succeeded:

@bors bors bot merged commit 01cfbee into taiki-e:main Mar 5, 2022
@taiki-e taiki-e mentioned this pull request Jan 4, 2023
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

Successfully merging this pull request may close these issues.

Option to show uncovered lines in the command-line output
2 participants