Anders429 / word_filter

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

Use flags instead of Type enum. #71

Closed Anders429 closed 3 years ago

Anders429 commented 3 years ago

Provides the Flags and Attributes types to fix #67 and #70.

codecov-commenter commented 3 years ago

Codecov Report

Merging #71 (6bf498b) into dev (64d5280) will decrease coverage by 1.02%. The diff coverage is 84.61%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev      #71      +/-   ##
==========================================
- Coverage   84.33%   83.31%   -1.03%     
==========================================
  Files           9        9              
  Lines         747      779      +32     
==========================================
+ Hits          630      649      +19     
- Misses        117      130      +13     
Impacted Files Coverage Δ
word_filter_codegen/src/lib.rs 78.43% <ø> (-1.97%) :arrow_down:
word_filter_codegen/src/pda.rs 82.07% <74.07%> (-2.73%) :arrow_down:
src/pda.rs 74.61% <87.75%> (+1.63%) :arrow_up:
word_filter_codegen/src/state.rs 71.11% <88.88%> (+1.11%) :arrow_up:
word_filter_codegen/src/flags.rs 100.00% <100.00%> (ø)

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 64d5280...6bf498b. Read the comment docs.