shnewto / bnf

Parse BNF grammar definitions
MIT License
256 stars 22 forks source link

Update to stable quickcheck #77

Closed shnewto closed 3 years ago

shnewto commented 3 years ago

It took some manual changes/updates so dependabot's PR didn't swing it

codecov-io commented 3 years ago

Codecov Report

Merging #77 (aaf1bcc) into main (0d037ce) will increase coverage by 0.36%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #77      +/-   ##
==========================================
+ Coverage   90.66%   91.03%   +0.36%     
==========================================
  Files          10       10              
  Lines         793      792       -1     
==========================================
+ Hits          719      721       +2     
+ Misses         74       71       -3     
Impacted Files Coverage Δ
src/expression.rs 94.54% <100.00%> (ø)
src/grammar.rs 87.98% <100.00%> (-0.49%) :arrow_down:
src/production.rs 87.87% <100.00%> (+0.75%) :arrow_up:
src/term.rs 93.15% <100.00%> (+4.10%) :arrow_up:
tests/grammar.rs 81.25% <100.00%> (-1.11%) :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 0d037ce...aaf1bcc. Read the comment docs.