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

block containers: fix parsing of trailing whitespace #478

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

biojppm
Copy link
Owner

@biojppm biojppm commented Nov 17, 2024

fixes #475

Copy link

codecov bot commented Nov 17, 2024

Codecov Report

Attention: Patch coverage is 97.50000% with 1 line in your changes missing coverage. Please review.

Project coverage is 97.27%. Comparing base (9b8df62) to head (17000de).

Files with missing lines Patch % Lines
src/c4/yml/parse_engine.def.hpp 97.50% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #478      +/-   ##
==========================================
- Coverage   97.28%   97.27%   -0.01%     
==========================================
  Files          34       34              
  Lines       11270    11283      +13     
==========================================
+ Hits        10964    10976      +12     
- Misses        306      307       +1     

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


🚨 Try these New Features:

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.

Trailing whitespace fails to parse
1 participant