jamescourtney / FlatSharp

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

Test Net 7 Again #325

Closed jamescourtney closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #325 (ac4e909) into main (2ec1312) will decrease coverage by 15.94%. The diff coverage is 85.84%.

Impacted file tree graph

@@             Coverage Diff             @@
##             main     #325       +/-   ##
===========================================
- Coverage   95.81%   79.87%   -15.95%     
===========================================
  Files         112      116        +4     
  Lines        7911     9916     +2005     
  Branches      751     1008      +257     
===========================================
+ Hits         7580     7920      +340     
- Misses        225     1856     +1631     
- Partials      106      140       +34     
Impacted Files Coverage Δ
...tSharp/Serialization/DeserializeClassDefinition.cs 98.71% <71.42%> (-1.29%) :arrow_down:
src/FlatSharp.Compiler/PreprocessorHelper.cs 73.80% <73.80%> (ø)
src/FlatSharp.Compiler/CodeWriter.cs 100.00% <100.00%> (ø)
...mpiler/SchemaModel/BaseReferenceTypeSchemaModel.cs 100.00% <100.00%> (ø)
...atSharp.Compiler/SchemaModel/PropertyFieldModel.cs 92.98% <100.00%> (+0.28%) :arrow_up:
...harp.Compiler/SchemaModel/RpcServiceSchemaModel.cs 97.19% <100.00%> (-0.09%) :arrow_down:
...FlatSharp.Compiler/SchemaModel/TableSchemaModel.cs 100.00% <100.00%> (ø)
...rc/FlatSharp.Runtime/GeneratedSerializerWrapper.cs 84.84% <100.00%> (ø)
src/FlatSharp/Serialization/CSharpHelpers.cs 85.00% <100.00%> (+0.58%) :arrow_up:
...atSharp/Serialization/RoslynSerializerGenerator.cs 98.85% <100.00%> (+<0.01%) :arrow_up:
... and 14 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 2ec1312...ac4e909. Read the comment docs.