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

Use replacement value for NAN % #910

Merged
merged 2 commits into from Apr 1, 2024

Conversation

Spacetown
Copy link
Member

@Spacetown Spacetown commented Apr 1, 2024

A function returned value of NAN %is replaced by 0.

Fixed #908

@Spacetown Spacetown added this to the Upcoming release milestone Apr 1, 2024
Copy link

codecov bot commented Apr 1, 2024

Codecov Report

Attention: Patch coverage is 60.00000% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 94.57%. Comparing base (9172209) to head (ad07200).

Files Patch % Lines
gcovr/formats/gcov/parser.py 60.00% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #910      +/-   ##
==========================================
- Coverage   94.61%   94.57%   -0.05%     
==========================================
  Files          50       50              
  Lines        3884     3889       +5     
  Branches      814      816       +2     
==========================================
+ Hits         3675     3678       +3     
- Misses        130      131       +1     
- Partials       79       80       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Spacetown Spacetown merged commit 992223b into gcovr:main Apr 1, 2024
56 of 114 checks passed
@Spacetown Spacetown deleted the use_replacement_value_for_NAN branch April 1, 2024 20:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"Unrecognized GCOV output" error when function tag line contains NAN
1 participant