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

Metadata attributes #403

Merged
merged 2 commits into from
Sep 12, 2023
Merged

Metadata attributes #403

merged 2 commits into from
Sep 12, 2023

Conversation

jamescourtney
Copy link
Owner

Expose metadata attributes as C# attributes

@codecov
Copy link

codecov bot commented Sep 12, 2023

Codecov Report

Merging #403 (f61568c) into main (af02592) will increase coverage by 0.00%.
The diff coverage is 96.96%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #403   +/-   ##
=======================================
  Coverage   97.34%   97.35%           
=======================================
  Files         124      125    +1     
  Lines        9652     9678   +26     
  Branches      784      786    +2     
=======================================
+ Hits         9396     9422   +26     
  Misses        165      165           
  Partials       91       91           
Files Changed Coverage Δ
src/FlatSharp.Compiler/Schema/EnumVal.cs 100.00% <ø> (ø)
src/FlatSharp.Compiler/Schema/FlatBufferEnum.cs 0.00% <ø> (ø)
.../FlatSharp.Compiler/SchemaModel/BaseSchemaModel.cs 96.42% <ø> (ø)
...arp.Compiler/SchemaModel/ValueStructSchemaModel.cs 94.44% <75.00%> (+0.07%) ⬆️
.../FlatSharp.Compiler/SchemaModel/EnumSchemaModel.cs 100.00% <100.00%> (ø)
...tSharp.Compiler/SchemaModel/FlatSharpAttributes.cs 98.88% <100.00%> (+0.02%) ⬆️
...Sharp.Compiler/SchemaModel/IFlatSharpAttributes.cs 100.00% <100.00%> (ø)
...Compiler/SchemaModel/MutableFlatSharpAttributes.cs 89.65% <100.00%> (+2.15%) ⬆️
...atSharp.Compiler/SchemaModel/PropertyFieldModel.cs 96.84% <100.00%> (+0.01%) ⬆️
...Compiler/SchemaModel/ReferenceStructSchemaModel.cs 93.18% <100.00%> (+0.15%) ⬆️
... and 6 more

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update af02592...f61568c. Read the comment docs.

@jamescourtney jamescourtney merged commit 0fe45ca into main Sep 12, 2023
7 of 8 checks passed
@jamescourtney jamescourtney deleted the metadata_attributes branch September 12, 2023 18:36
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.

None yet

1 participant