jamescourtney / FlatSharp

Fast, idiomatic C# implementation of Flatbuffers
Apache License 2.0
510 stars 51 forks source link

Negative defaults #373

Closed jamescourtney closed 1 year ago

jamescourtney commented 1 year ago

Fixes #372

codecov[bot] commented 1 year ago

Codecov Report

Merging #373 (8f9988c) into main (1d98829) will decrease coverage by 0.02%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #373      +/-   ##
==========================================
- Coverage   96.86%   96.85%   -0.02%     
==========================================
  Files         121      121              
  Lines        9581     9588       +7     
  Branches      812      814       +2     
==========================================
+ Hits         9281     9286       +5     
  Misses        204      204              
- Partials       96       98       +2     
Impacted Files Coverage Δ
.../FlatSharp.Compiler/SchemaModel/EnumSchemaModel.cs 97.91% <100.00%> (+0.35%) :arrow_up:
...atSharp.Compiler/SchemaModel/PropertyFieldModel.cs 95.92% <100.00%> (ø)

... and 1 file with indirect coverage changes


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 1d98829...8f9988c. Read the comment docs.