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

Adds read/write support for system eexps, placeholders for remaining system macros #862

Merged
merged 19 commits into from
Dec 2, 2024

clippy suggestions

111ecfc
Select commit
Loading
Failed to load commit list.
Merged

Adds read/write support for system eexps, placeholders for remaining system macros #862

clippy suggestions
111ecfc
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 2, 2024 in 0s

77.82% (target 80.00%)

View this Pull Request on Codecov

77.82% (target 80.00%)

Details

Codecov Report

Attention: Patch coverage is 87.46439% with 44 lines in your changes missing coverage. Please review.

Project coverage is 77.82%. Comparing base (137d79e) to head (111ecfc).

Files with missing lines Patch % Lines
src/lazy/text/buffer.rs 58.06% 12 Missing and 1 partial ⚠️
src/lazy/encoder/text/v1_1/writer.rs 33.33% 0 Missing and 10 partials ⚠️
src/lazy/text/raw/v1_1/reader.rs 68.42% 6 Missing ⚠️
src/lazy/encoder/binary/v1_1/value_writer.rs 78.26% 0 Missing and 5 partials ⚠️
src/lazy/expanded/macro_table.rs 97.76% 4 Missing ⚠️
src/lazy/expanded/compiler.rs 94.44% 2 Missing ⚠️
src/lazy/binary/raw/v1_1/type_descriptor.rs 0.00% 1 Missing ⚠️
src/lazy/encoder/text/v1_1/value_writer.rs 85.71% 1 Missing ⚠️
src/lazy/expanded/e_expression.rs 0.00% 1 Missing ⚠️
src/lazy/expanded/template.rs 97.29% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #862      +/-   ##
==========================================
- Coverage   77.83%   77.82%   -0.01%     
==========================================
  Files         136      136              
  Lines       34021    34199     +178     
  Branches    34021    34199     +178     
==========================================
+ Hits        26479    26617     +138     
- Misses       5602     5626      +24     
- Partials     1940     1956      +16     

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