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
Merged

Implements make_struct #876

merged 2 commits into from
Dec 11, 2024

Conversation

zslayton
Copy link
Contributor

A follow-on PR will implement make_field.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Copy link

codecov bot commented Dec 11, 2024

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).
Report is 1 commits behind head on main.

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.

@zslayton zslayton marked this pull request as ready for review December 11, 2024 13:30
@zslayton zslayton merged commit a2413ae into main Dec 11, 2024
34 of 35 checks passed
@zslayton zslayton deleted the make-struct branch December 11, 2024 16:56
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.

2 participants