jamescourtney / FlatSharp

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

Fixed issue with trailing backslash in the IncludePath #283

Closed ghost closed 2 years ago

ghost commented 2 years ago

Fix for #282.

codecov[bot] commented 2 years ago

Codecov Report

Merging #283 (6a705d2) into main (8881a32) will decrease coverage by 0.01%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #283      +/-   ##
==========================================
- Coverage   95.63%   95.62%   -0.02%     
==========================================
  Files         113      113              
  Lines        7587     7587              
  Branches      703      703              
==========================================
- Hits         7256     7255       -1     
  Misses        230      230              
- Partials      101      102       +1     
Impacted Files Coverage Δ
src/FlatSharp/FlatBufferSerializer.cs 89.00% <0.00%> (-1.00%) :arrow_down:

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 8881a32...6a705d2. Read the comment docs.