jamescourtney / FlatSharp

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

Add command line options as part of input hash #387

Closed jamescourtney closed 1 year ago

jamescourtney commented 1 year ago

Command line options changes now affect the input hash, which causes FlatSharp output to regenerate as expected.

codecov[bot] commented 1 year ago

Codecov Report

Merging #387 (fa50cc5) into main (5f74de9) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #387   +/-   ##
=======================================
  Coverage   96.85%   96.85%           
=======================================
  Files         122      122           
  Lines        9608     9614    +6     
  Branches      816      817    +1     
=======================================
+ Hits         9306     9312    +6     
  Misses        204      204           
  Partials       98       98           
Files Changed Coverage Δ
src/FlatSharp.Compiler/FlatSharpCompiler.cs 97.21% <100.00%> (+0.06%) :arrow_up:

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 5f74de9...fa50cc5. Read the comment docs.