jamescourtney / FlatSharp

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

Move internal classes to FlatSharp.Internal and FlatSharp.CodeGen #269

Closed jamescourtney closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #269 (d35601b) into main (df3d50f) will decrease coverage by 0.12%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #269      +/-   ##
==========================================
- Coverage   95.69%   95.57%   -0.13%     
==========================================
  Files         119      112       -7     
  Lines        7674     7454     -220     
  Branches      707      691      -16     
==========================================
- Hits         7344     7124     -220     
  Misses        230      230              
  Partials      100      100              
Impacted Files Coverage Δ
src/FlatSharp.Compiler/CloneMethodsGenerator.cs 91.22% <ø> (ø)
src/FlatSharp.Compiler/FlatSharpCompiler.cs 87.80% <ø> (ø)
src/FlatSharp.Compiler/SchemaModel/RootModel.cs 100.00% <ø> (ø)
...FlatSharp.Compiler/SchemaModel/TableSchemaModel.cs 94.52% <ø> (ø)
src/FlatSharp.Runtime/IO/InputBufferExtensions.cs 96.66% <ø> (ø)
src/FlatSharp.Runtime/IO/ScalarSpanReader.cs 100.00% <ø> (ø)
src/FlatSharp.Runtime/IO/SpanWriterExtensions.cs 100.00% <ø> (ø)
...atSharp.Runtime/NullCheckingTypeFacadeConverter.cs 100.00% <ø> (ø)
src/FlatSharp.Runtime/SortedVectorHelpers.cs 97.65% <ø> (ø)
src/FlatSharp.Runtime/SpanComparers.cs 100.00% <ø> (ø)
... and 24 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 df3d50f...d35601b. Read the comment docs.