jamescourtney / FlatSharp

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

File scoped namespaces #264

Closed jamescourtney closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #264 (2d4c229) into main (27d1946) will decrease coverage by 0.00%. The diff coverage is 95.06%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #264      +/-   ##
==========================================
- Coverage   95.46%   95.46%   -0.01%     
==========================================
  Files         109      109              
  Lines        7275     7272       -3     
  Branches      681      680       -1     
==========================================
- Hits         6945     6942       -3     
  Misses        230      230              
  Partials      100      100              
Impacted Files Coverage Δ
...atSharp/Serialization/RoslynSerializerGenerator.cs 98.71% <ø> (ø)
...Sharp/Serialization/SerializationCodeGenContext.cs 100.00% <ø> (ø)
src/FlatSharp/TypeModel/EnumTypeModel.cs 96.05% <ø> (ø)
.../FlatSharp/TypeModel/FlatSharpTypeModelProvider.cs 100.00% <ø> (ø)
src/FlatSharp/TypeModel/ITypeModelExtensions.cs 100.00% <ø> (ø)
.../TypeModel/InvalidFlatBufferDefinitionException.cs 100.00% <ø> (ø)
src/FlatSharp/TypeModel/ItemMemberModel.cs 90.54% <ø> (ø)
src/FlatSharp/TypeModel/NullableTypeModel.cs 98.55% <ø> (ø)
src/FlatSharp/TypeModel/PhysicalLayoutElement.cs 100.00% <ø> (ø)
src/FlatSharp/TypeModel/RuntimeTypeModel.cs 85.18% <ø> (+0.56%) :arrow_up:
... and 190 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 27d1946...2d4c229. Read the comment docs.