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

Fix and update sailcov #445

Merged
merged 1 commit into from
Feb 21, 2024
Merged

Fix and update sailcov #445

merged 1 commit into from
Feb 21, 2024

Conversation

Alasdair
Copy link
Collaborator

The output of the runtime library contains slightly less information that what is produced by the compiler when it generates information about all coverage points. Update sailcov to handle this correctly. The runtime library is updated to output span information for reached branches, and sailcov just treats them like regular spans.

This does mean the coverage information will report higher for the same files, as there is now and extra span for each branch consisting of the entire branch.

Update the CI to run a simple test case

The output of the runtime library contains slightly less information that what is produced
by the compiler when it generates information about all coverage points. Update sailcov to
handle this correctly. The runtime library is updated to output span information for reached
branches, and sailcov just treats them like regular spans.

This does mean the coverage information will report higher for the same files, as there is now
and extra span for each branch consisting of the entire branch.

Update the CI to run a simple test case

Reported-by: Lowie Deferme <lowie.deferme@kuleuven.be>
@Alasdair Alasdair merged commit 28ef9e9 into rems-project:sail2 Feb 21, 2024
2 checks passed
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.

1 participant