jamescourtney / FlatSharp

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

Create stryker.yml #311

Closed jamescourtney closed 1 year ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #311 (5193f69) into main (f5b32f8) will increase coverage by 0.01%. The diff coverage is 98.57%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #311      +/-   ##
==========================================
+ Coverage   96.62%   96.63%   +0.01%     
==========================================
  Files         114      114              
  Lines        8701     8741      +40     
  Branches      810      818       +8     
==========================================
+ Hits         8407     8447      +40     
+ Misses        203      202       -1     
- Partials       91       92       +1     
Impacted Files Coverage Δ
src/FlatSharp/FlatBufferSerializerOptions.cs 80.00% <ø> (ø)
src/FlatSharp/TypeModel/UnionTypeModel.cs 97.47% <ø> (-0.03%) :arrow_down:
...atSharp/Serialization/RoslynSerializerGenerator.cs 98.01% <94.73%> (-0.15%) :arrow_down:
src/FlatSharp.Compiler/FlatSharpCompiler.cs 97.14% <100.00%> (+0.04%) :arrow_up:
...mpiler/SchemaModel/BaseReferenceTypeSchemaModel.cs 100.00% <100.00%> (ø)
src/FlatSharp.Compiler/SchemaModel/RootModel.cs 100.00% <100.00%> (ø)
...iler/SchemaModel/StructVectorPropertyFieldModel.cs 97.08% <100.00%> (+0.72%) :arrow_up:
...FlatSharp.Compiler/SchemaModel/TableSchemaModel.cs 100.00% <100.00%> (ø)
src/FlatSharp/FlatBufferVectorHelpers.cs 100.00% <100.00%> (ø)
...tSharp/Serialization/DeserializeClassDefinition.cs 100.00% <100.00%> (ø)
... and 5 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 f5b32f8...5193f69. Read the comment docs.