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 support for line branch coverage in OpenCover format #772

Conversation

costin-zaharia
Copy link
Contributor

@costin-zaharia costin-zaharia commented Mar 21, 2020

Fixes #769

This will populate the bec (branch exit count) and bev (branch exit visits) for the SequencePoint elements in OpenCover format.

OpenCover model can be found here: https://github.com/OpenCover/opencover/blob/94c7e572a907ac1873b8f48324d0cbc0cf1e7456/main/OpenCover.Framework/Model/SequencePoint.cs#L49

Copy link
Collaborator

@MarcoRossignoli MarcoRossignoli left a comment

Choose a reason for hiding this comment

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

LGTM Thank's a lot!

@MarcoRossignoli MarcoRossignoli merged commit ec180b2 into coverlet-coverage:master Mar 22, 2020
@costin-zaharia
Copy link
Contributor Author

Hi @MarcoRossignoli

Thanks for accepting my PR! Do you know when the next release is scheduled?

@costin-zaharia costin-zaharia deleted the costin/opencover-linecov branch March 22, 2020 15:08
@MarcoRossignoli
Copy link
Collaborator

Planned at 1 April https://github.com/tonerdo/coverlet/blob/master/Documentation/ReleasePlan.md#proposed-next-versions

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.

Branch coverage is not completely exported in OpenCover format
2 participants