jamescourtney / FlatSharp

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

XML Documentation #280

Closed jamescourtney closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #280 (6dc6810) into main (62a512e) will increase coverage by 0.04%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #280      +/-   ##
==========================================
+ Coverage   95.58%   95.63%   +0.04%     
==========================================
  Files         113      113              
  Lines        7526     7587      +61     
  Branches      700      703       +3     
==========================================
+ Hits         7194     7256      +62     
  Misses        230      230              
+ Partials      102      101       -1     
Impacted Files Coverage Δ
src/FlatSharp.Compiler/CodeWriter.cs 100.00% <100.00%> (ø)
...mpiler/SchemaModel/BaseReferenceTypeSchemaModel.cs 100.00% <100.00%> (ø)
.../FlatSharp.Compiler/SchemaModel/EnumSchemaModel.cs 100.00% <100.00%> (ø)
...atSharp.Compiler/SchemaModel/PropertyFieldModel.cs 92.30% <100.00%> (+0.03%) :arrow_up:
...Compiler/SchemaModel/ReferenceStructSchemaModel.cs 92.10% <100.00%> (+0.21%) :arrow_up:
...atSharp.Compiler/SchemaModel/RpcCallSchemaModel.cs 100.00% <100.00%> (ø)
...harp.Compiler/SchemaModel/RpcServiceSchemaModel.cs 97.26% <100.00%> (+0.12%) :arrow_up:
...iler/SchemaModel/StructVectorPropertyFieldModel.cs 97.20% <100.00%> (+0.05%) :arrow_up:
...FlatSharp.Compiler/SchemaModel/TableSchemaModel.cs 94.59% <100.00%> (+0.07%) :arrow_up:
...FlatSharp.Compiler/SchemaModel/UnionSchemaModel.cs 97.59% <100.00%> (+0.01%) :arrow_up:
... and 2 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 62a512e...6dc6810. Read the comment docs.