jamescourtney / FlatSharp

Fast, idiomatic C# implementation of Flatbuffers
Apache License 2.0
497 stars 50 forks source link

Bfbs compiler #222

Closed jamescourtney closed 3 years ago

jamescourtney commented 3 years ago

Still need:

codecov[bot] commented 3 years ago

Codecov Report

Merging #222 (fba914b) into flatSharp6 (fe2015f) will increase coverage by 0.05%. The diff coverage is 93.34%.

Impacted file tree graph

@@              Coverage Diff               @@
##           flatSharp6     #222      +/-   ##
==============================================
+ Coverage       95.02%   95.07%   +0.05%     
==============================================
  Files             101      107       +6     
  Lines            7274     6739     -535     
  Branches          680      652      -28     
==============================================
- Hits             6912     6407     -505     
+ Misses            269      229      -40     
- Partials           93      103      +10     
Impacted Files Coverage Δ
src/FlatSharp.Compiler/CodeWriter.cs 100.00% <ø> (ø)
src/FlatSharp.Compiler/MetadataKeys.cs 100.00% <ø> (ø)
src/FlatSharp.Runtime/FlatSharpInternal.cs 0.00% <0.00%> (ø)
src/FlatSharp/TypeModel/EnumTypeModel.cs 96.05% <ø> (+4.09%) :arrow_up:
.../FlatSharp/TypeModel/FlatSharpTypeModelProvider.cs 100.00% <ø> (ø)
src/FlatSharp/TypeModel/RuntimeTypeModel.cs 80.95% <ø> (ø)
src/FlatSharp/TypeModel/ScalarTypeModels.cs 100.00% <ø> (+1.33%) :arrow_up:
...FlatSharp/TypeModel/TypeFacadeTypeModelProvider.cs 78.04% <ø> (+6.93%) :arrow_up:
src/FlatSharp/TypeModel/TypeModelContainer.cs 82.85% <ø> (-2.15%) :arrow_down:
src/FlatSharp.Compiler/Helpers.cs 50.00% <40.00%> (ø)
... and 62 more

Continue to review full report at Codecov.

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