jamescourtney / FlatSharp

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

Xunit #193

Closed jamescourtney closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #193 (ea36f81) into master (3898da7) will increase coverage by 0.01%. The diff coverage is 84.21%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #193      +/-   ##
==========================================
+ Coverage   94.58%   94.59%   +0.01%     
==========================================
  Files          99       99              
  Lines        7201     7196       -5     
  Branches      622      622              
==========================================
- Hits         6811     6807       -4     
+ Misses        294      293       -1     
  Partials       96       96              
Impacted Files Coverage Δ
...ompiler/TypeDefinitions/TableOrStructDefinition.cs 97.02% <76.92%> (-0.09%) :arrow_down:
src/FlatSharp/FlatBufferSerializerOptions.cs 83.33% <100.00%> (+0.72%) :arrow_up:
src/FlatSharp/Serialization/CSharpHelpers.cs 88.57% <100.00%> (-0.17%) :arrow_down:
...tSharp/Serialization/DeserializeClassDefinition.cs 100.00% <100.00%> (ø)
...atSharp/Serialization/RoslynSerializerGenerator.cs 98.78% <100.00%> (ø)
src/FlatSharp.Runtime/IndexedVector.cs 100.00% <0.00%> (+1.56%) :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 3898da7...ea36f81. Read the comment docs.