BioJulia / Automa.jl

A julia code generator for regular expressions
Other
188 stars 15 forks source link

Fix variables in generate_reader #99

Closed jakobnissen closed 2 years ago

jakobnissen commented 2 years ago

The code in generate_reader did not respect the Vars of CodeGenContext.

codecov[bot] commented 2 years ago

Codecov Report

Merging #99 (d85d225) into master (7647e9f) will increase coverage by 0.01%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master      #99      +/-   ##
==========================================
+ Coverage   90.75%   90.76%   +0.01%     
==========================================
  Files          16       16              
  Lines        1806     1808       +2     
==========================================
+ Hits         1639     1641       +2     
  Misses        167      167              
Flag Coverage Δ
unittests 90.76% <100.00%> (+0.01%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/Stream.jl 94.11% <100.00%> (+0.17%) :arrow_up:
src/codegen.jl 91.60% <0.00%> (+0.02%) :arrow_up:

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 7647e9f...d85d225. Read the comment docs.