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 make_struct #876

Merged
merged 2 commits into from
Dec 11, 2024

Added unit test case

3f2cab7
Select commit
Loading
Failed to load commit list.
Merged

Implements make_struct #876

Added unit test case
3f2cab7
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 11, 2024 in 1s

77.76% (target 80.00%)

View this Pull Request on Codecov

77.76% (target 80.00%)

Details

Codecov Report

Attention: Patch coverage is 78.44828% with 25 lines in your changes missing coverage. Please review.

Project coverage is 77.76%. Comparing base (3c76865) to head (3f2cab7).

Files with missing lines Patch % Lines
src/lazy/expanded/struct.rs 76.78% 9 Missing and 4 partials ⚠️
src/lazy/struct.rs 0.00% 7 Missing ⚠️
src/lazy/expanded/mod.rs 0.00% 3 Missing ⚠️
src/lazy/expanded/macro_evaluator.rs 97.87% 1 Missing ⚠️
src/lazy/expanded/template.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #876      +/-   ##
==========================================
+ Coverage   77.74%   77.76%   +0.02%     
==========================================
  Files         136      136              
  Lines       34387    34493     +106     
  Branches    34387    34493     +106     
==========================================
+ Hits        26733    26824      +91     
- Misses       5667     5678      +11     
- Partials     1987     1991       +4     

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