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

Container tooling #885

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

doc comment fix

b738f70
Select commit
Loading
Failed to load commit list.
Open

Container tooling #885

doc comment fix
b738f70
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 19, 2024 in 1s

77.62% (target 80.00%)

View this Pull Request on Codecov

77.62% (target 80.00%)

Details

Codecov Report

Attention: Patch coverage is 57.64706% with 180 lines in your changes missing coverage. Please review.

Project coverage is 77.62%. Comparing base (4e0d272) to head (b738f70).

Files with missing lines Patch % Lines
src/lazy/expanded/struct.rs 61.46% 51 Missing and 28 partials ⚠️
src/lazy/expanded/sequence.rs 70.37% 2 Missing and 30 partials ⚠️
src/lazy/expanded/macro_evaluator.rs 61.90% 15 Missing and 1 partial ⚠️
src/lazy/expanded/template.rs 25.00% 15 Missing ⚠️
src/lazy/binary/raw/value.rs 0.00% 13 Missing ⚠️
src/lazy/decoder.rs 35.29% 11 Missing ⚠️
src/lazy/any_encoding.rs 0.00% 7 Missing ⚠️
src/lazy/binary/raw/v1_1/value.rs 0.00% 3 Missing ⚠️
src/lazy/text/value.rs 0.00% 3 Missing ⚠️
src/lazy/expanded/mod.rs 83.33% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #885      +/-   ##
==========================================
- Coverage   77.85%   77.62%   -0.24%     
==========================================
  Files         136      136              
  Lines       34670    35038     +368     
  Branches    34670    35038     +368     
==========================================
+ Hits        26994    27199     +205     
- Misses       5680     5789     +109     
- Partials     1996     2050      +54     

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