jamescourtney / FlatSharp

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

Move tests into E2E Tests #344

Closed jamescourtney closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #344 (ba06b4b) into main (ffb79ba) will increase coverage by 0.17%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #344      +/-   ##
==========================================
+ Coverage   96.13%   96.31%   +0.17%     
==========================================
  Files         108      107       -1     
  Lines        7997     7896     -101     
  Branches      735      728       -7     
==========================================
- Hits         7688     7605      -83     
+ Misses        206      194      -12     
+ Partials      103       97       -6     
Impacted Files Coverage Δ
...atSharp/Serialization/RoslynSerializerGenerator.cs 98.15% <0.00%> (-0.19%) :arrow_down:
src/FlatSharp.Compiler/FlatSharpCompiler.cs 96.80% <0.00%> (ø)
src/FlatSharp/FlatBufferSerializer.cs
src/FlatSharp.Compiler/SchemaModel/RootModel.cs 100.00% <0.00%> (+1.05%) :arrow_up:
...tSharp/Serialization/DeserializeClassDefinition.cs 100.00% <0.00%> (+1.34%) :arrow_up:
src/FlatSharp.Runtime/SpanComparers.cs 86.36% <0.00%> (+2.27%) :arrow_up:

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 ffb79ba...ba06b4b. Read the comment docs.