Anders429 / word_filter

A Word Filter for filtering text.
Apache License 2.0
1 stars 0 forks source link

Repetition priority and repetition after separator matching. #80

Closed Anders429 closed 3 years ago

Anders429 commented 3 years ago

Fixes #78 and #79.

codecov-commenter commented 3 years ago

Codecov Report

Merging #80 (a8a84ad) into dev (1094dc8) will decrease coverage by 3.96%. The diff coverage is 32.85%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev      #80      +/-   ##
==========================================
- Coverage   83.86%   79.90%   -3.97%     
==========================================
  Files           8        8              
  Lines         781      836      +55     
==========================================
+ Hits          655      668      +13     
- Misses        126      168      +42     
Impacted Files Coverage Δ
src/pda.rs 63.45% <29.85%> (-11.17%) :arrow_down:
tests/integration.rs 100.00% <100.00%> (ø)
src/codegen/mod.rs 77.45% <0.00%> (-0.99%) :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 1094dc8...a8a84ad. Read the comment docs.

Anders429 commented 3 years ago

Just checked this on the current build of profanity_filter. No regressions found there. This is great news, since repetition-after-separator was one of the few remaining problems on profanity_filter that needed to be resolved before releasing.