-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add pseudonymization of list elements and allow regex of list elements in auto-tests #284
Conversation
Codecov ReportBase: 90.71% // Head: 90.93% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #284 +/- ##
==========================================
+ Coverage 90.71% 90.93% +0.22%
==========================================
Files 114 115 +1
Lines 7786 7856 +70
==========================================
+ Hits 7063 7144 +81
+ Misses 723 712 -11
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like fine wine - approved
resolved merge conflicts because it has to be merged before rewrite of pseudonymizer in #306 |
Pseudonymize list elements instead of converting the list into a string before pseudonymization.
Extend the auto-tester to have tests with regex list elements.