srhickma / padd

Fast and Automatic Formatting of Context-Free Languages
Apache License 2.0
2 stars 2 forks source link

AVL Interval Mapping & Unicode Alphabet Replacement #184

Closed srhickma closed 4 years ago

srhickma commented 4 years ago

This pr makes several changes:

closes #155

codecov[bot] commented 4 years ago

Codecov Report

Merging #184 into master will decrease coverage by 0.08%. The diff coverage is 93.89%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #184      +/-   ##
==========================================
- Coverage   95.11%   95.02%   -0.09%     
==========================================
  Files          26       27       +1     
  Lines        3295     3478     +183     
==========================================
+ Hits         3134     3305     +171     
- Misses        161      173      +12
Impacted Files Coverage Δ
src/lib.rs 88.7% <ø> (ø) :arrow_up:
src/core/data/mod.rs 100% <ø> (ø) :arrow_up:
src/core/parse/mod.rs 93.15% <ø> (ø) :arrow_up:
src/core/spec/region.rs 95.12% <100%> (ø) :arrow_up:
src/core/fmt/pattern.rs 97.59% <100%> (+0.03%) :arrow_up:
src/core/lex/longest_match.rs 97.43% <100%> (+0.06%) :arrow_up:
src/core/spec/lang.rs 100% <100%> (ø) :arrow_up:
src/core/lex/mod.rs 88.03% <69.56%> (-1.97%) :arrow_down:
src/core/lex/ecdfa.rs 96.56% <92%> (-1.01%) :arrow_down:
src/core/data/interval.rs 96.32% <96.32%> (ø)
... and 3 more

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 6e37fa9...64e2571. Read the comment docs.