riboseinc / attr_masker

A fork of attr_encrypted, repurposed to handle data masking in test databases
MIT License
17 stars 8 forks source link

Supersede column_name option with column_names #54

Closed skalee closed 7 years ago

skalee commented 7 years ago

Support masking attributes which persistence layer spans on more than one table column or, document field.

codecov[bot] commented 7 years ago

Codecov Report

Merging #54 into master will increase coverage by 0.03%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #54      +/-   ##
==========================================
+ Coverage   99.36%   99.39%   +0.03%     
==========================================
  Files          23       23              
  Lines         313      331      +18     
==========================================
+ Hits          311      329      +18     
  Misses          2        2
Impacted Files Coverage Δ
lib/attr_masker/attribute.rb 100% <100%> (ø) :arrow_up:
spec/unit/attribute_spec.rb 100% <100%> (ø) :arrow_up:
lib/attr_masker/performer.rb 100% <100%> (ø) :arrow_up:

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 502088b...b0b43c7. Read the comment docs.

ronaldtse commented 7 years ago

@skalee is this mergeable? Build is failing right now. Thanks!