8000 Abort on processing gcov errors by Spacetown · Pull Request #718 · gcovr/gcovr · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Abort on processing gcov errors #718

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

Merged
merged 6 commits into from
Feb 19, 2023

Conversation

Spacetown
Copy link
Member

Abort on gcov errors which can't be solved by gcovr. The error can be ignored with the command line option --ignore-gcov-errors.

Closes #716

@Spacetown Spacetown added this to the 6.0 milestone Feb 16, 2023
@Spacetown Spacetown force-pushed the abort_on_processing_gcov_errors branch 2 times, most recently from 653eeac to fe9eb61 Compare February 16, 2023 22:23
@Spacetown Spacetown force-pushed the abort_on_processing_gcov_errors branch from fe9eb61 to 43c05d7 Compare February 16, 2023 22:31
@codecov
Copy link
codecov bot commented Feb 16, 2023

Codecov Report

Base: 95.63% // Head: 95.58% // Decreases project coverage by -0.05% ⚠️

Coverage data is based on head (118670b) compared to base (a2dc1f4).
Patch coverage: 50.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #718      +/-   ##
==========================================
- Coverage   95.63%   95.58%   -0.05%     
==========================================
  Files          28       28              
  Lines        3847     3850       +3     
  Branches      671      672       +1     
==========================================
+ Hits         3679     3680       +1     
- Misses         91       92       +1     
- Partials       77       78       +1     
Flag Coverage Δ
ubuntu-20.04 94.27% <50.00%> (-0.05%) ⬇️
windows-2019 95.18% <50.00%> (-0.05%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
gcovr/configuration.py 99.68% <ø> (ø)
gcovr/gcov_parser.py 97.63% <ø> (ø)
gcovr/tests/test_gcov_parser.py 100.00% <ø> (ø)
gcovr/gcov.py 77.81% <50.00%> (-0.50%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@Spacetown Spacetown marked this pull request as ready for review February 16, 2023 22:47
@Spacetown Spacetown force-pushed the abort_on_processing_gcov_errors branch from 2b09b40 to e9694b8 Compare February 19, 2023 20:06
@Spacetown Spacetown merged commit 9c3771c into gcovr:master Feb 19, 2023
@Spacetown Spacetown deleted the abort_on_processing_gcov_errors branch February 19, 2023 20:40
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.

Make gcovr return -1
1 participant
0