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

More accurate coverage #258

Merged
merged 2 commits into from
Jul 19, 2022
Merged

More accurate coverage #258

merged 2 commits into from
Jul 19, 2022

Conversation

KazDragon
Copy link
Owner

@KazDragon KazDragon commented Jul 19, 2022

Coverage build now runs in debug mode.

Previously, building on release mode would cause some header files to be optimized out, even with -O0, possibly due to constexpr.

This is great for performance but since these files then generated no coverage data, they were not included in the statistics.


This change is Reviewable

Previously, building on release mode would cause some header files
to be optimized out, even with -O0, possibly due to constexpr.

This is great for performance but since these files then generated
no coverage data, they were not included in the statistics.
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.8%) to 97.953% when pulling bd3096e on more-accurage-coverage into f2951a3 on master.

@KazDragon
Copy link
Owner Author

The drop in coverage is expected due to more files being covered.

@KazDragon KazDragon merged commit e3fe05e into master Jul 19, 2022
@KazDragon KazDragon deleted the more-accurage-coverage branch July 19, 2022 13:21
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.

2 participants