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

Implements flatten, make_list, meta #874

Merged
merged 6 commits into from
Dec 9, 2024

cleanup

fcd5368
Select commit
Loading
Failed to load commit list.
Merged

Implements flatten, make_list, meta #874

cleanup
fcd5368
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 9, 2024 in 0s

77.68% (target 80.00%)

View this Pull Request on Codecov

77.68% (target 80.00%)

Details

Codecov Report

Attention: Patch coverage is 88.69048% with 19 lines in your changes missing coverage. Please review.

Project coverage is 77.68%. Comparing base (9cf7f06) to head (fcd5368).

Files with missing lines Patch % Lines
src/lazy/expanded/macro_evaluator.rs 87.64% 6 Missing and 5 partials ⚠️
src/lazy/expanded/macro_table.rs 95.23% 2 Missing and 1 partial ⚠️
src/lazy/binary/raw/v1_1/immutable_buffer.rs 0.00% 0 Missing and 1 partial ⚠️
src/lazy/encoder/text/v1_1/writer.rs 0.00% 0 Missing and 1 partial ⚠️
src/lazy/expanded/mod.rs 50.00% 1 Missing ⚠️
src/lazy/system_reader.rs 0.00% 0 Missing and 1 partial ⚠️
src/lazy/text/raw/v1_1/reader.rs 0.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #874      +/-   ##
==========================================
+ Coverage   77.61%   77.68%   +0.06%     
==========================================
  Files         136      136              
  Lines       34141    34188      +47     
  Branches    34141    34188      +47     
==========================================
+ Hits        26498    26558      +60     
+ Misses       5666     5648      -18     
- Partials     1977     1982       +5     

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