jamescourtney / FlatSharp

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

Remove old version of Flatc #239

Closed jamescourtney closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #239 (a5f0fb9) into flatSharp6 (1aa54f6) will decrease coverage by 0.00%. The diff coverage is 91.30%.

Impacted file tree graph

@@              Coverage Diff               @@
##           flatSharp6     #239      +/-   ##
==============================================
- Coverage       95.23%   95.22%   -0.01%     
==============================================
  Files             108      108              
  Lines            7072     7081       +9     
  Branches          671      671              
==============================================
+ Hits             6735     6743       +8     
  Misses            234      234              
- Partials          103      104       +1     
Impacted Files Coverage Δ
src/FlatSharp.Runtime/IO/ScalarSpanReader.cs 100.00% <ø> (ø)
src/FlatSharp.Runtime/TableFieldContext.cs 100.00% <ø> (ø)
src/FlatSharp.Runtime/Vectors/FlatBufferVector.cs 95.65% <ø> (ø)
...atSharp.Runtime/Vectors/FlatBufferVectorOfUnion.cs 91.30% <ø> (ø)
...atSharp/Serialization/RoslynSerializerGenerator.cs 98.64% <66.66%> (ø)
...FlatSharp/TypeModel/Vectors/BaseVectorTypeModel.cs 94.78% <66.66%> (-0.09%) :arrow_down:
...rc/FlatSharp.Runtime/GeneratedSerializerWrapper.cs 82.70% <100.00%> (+0.67%) :arrow_up:
src/FlatSharp.Runtime/IO/SharedStringWriter.cs 93.75% <100.00%> (-1.17%) :arrow_down:
src/FlatSharp/FlatBufferVectorHelpers.cs 100.00% <100.00%> (ø)

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 1aa54f6...a5f0fb9. Read the comment docs.