shnewto / bnf

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

Restore coverage with nom update #86

Closed shnewto closed 3 years ago

shnewto commented 3 years ago

🀞 see #82 #83 #84 and #85 πŸ™ƒ

codecov[bot] commented 3 years ago

Codecov Report

Merging #86 (97658af) into main (b5e3b62) will decrease coverage by 0.55%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #86      +/-   ##
==========================================
- Coverage   91.03%   90.48%   -0.56%     
==========================================
  Files          10       10              
  Lines         792      788       -4     
==========================================
- Hits          721      713       -8     
- Misses         71       75       +4     
Impacted Files Coverage Ξ”
src/term.rs 88.88% <0.00%> (-4.27%) :arrow_down:
src/error.rs 72.88% <0.00%> (-1.70%) :arrow_down:
src/production.rs 87.78% <0.00%> (-0.10%) :arrow_down:
src/grammar.rs 87.92% <0.00%> (-0.06%) :arrow_down:
src/expression.rs 94.49% <0.00%> (-0.06%) :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 fd5bdf2...97658af. Read the comment docs.

shnewto commented 3 years ago

changes made it in other PRs