EdyVision / pii-codex

A research python package for detecting, categorizing, and assessing the severity of personal identifiable information (PII)
BSD 3-Clause "New" or "Revised" License
67 stars 9 forks source link

Er.add text sanitizer #24

Closed EdyVision closed 1 year ago

EdyVision commented 1 year ago

Overview

PR description. Explain what it's doing and why.

Checklist

codecov[bot] commented 1 year ago

Codecov Report

Base: 97.43% // Head: 97.53% // Increases project coverage by +0.09% :tada:

Coverage data is based on head (62a7630) compared to base (d482ee9). Patch coverage: 89.65% of modified lines in pull request are covered.

:exclamation: Current head 62a7630 differs from pull request most recent head 80ce584. Consider uploading reports for the commit 80ce584 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #24 +/- ## ========================================== + Coverage 97.43% 97.53% +0.09% ========================================== Files 27 27 Lines 1209 1216 +7 ========================================== + Hits 1178 1186 +8 + Misses 31 30 -1 ``` | [Impacted Files](https://codecov.io/gh/EdyVision/pii-codex/pull/24?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Eidan+Rosado) | Coverage Δ | | |---|---|---| | [pii\_codex/utils/statistics\_util.py](https://codecov.io/gh/EdyVision/pii-codex/pull/24/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Eidan+Rosado#diff-cGlpX2NvZGV4L3V0aWxzL3N0YXRpc3RpY3NfdXRpbC5weQ==) | `90.90% <ø> (+10.90%)` | :arrow_up: | | [pii\_codex/services/analyzers/presidio\_analysis.py](https://codecov.io/gh/EdyVision/pii-codex/pull/24/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Eidan+Rosado#diff-cGlpX2NvZGV4L3NlcnZpY2VzL2FuYWx5emVycy9wcmVzaWRpb19hbmFseXNpcy5weQ==) | `79.71% <76.92%> (-1.65%)` | :arrow_down: | | [pii\_codex/models/analysis.py](https://codecov.io/gh/EdyVision/pii-codex/pull/24/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Eidan+Rosado#diff-cGlpX2NvZGV4L21vZGVscy9hbmFseXNpcy5weQ==) | `98.43% <100.00%> (+0.02%)` | :arrow_up: | | [pii\_codex/services/analysis\_service.py](https://codecov.io/gh/EdyVision/pii-codex/pull/24/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Eidan+Rosado#diff-cGlpX2NvZGV4L3NlcnZpY2VzL2FuYWx5c2lzX3NlcnZpY2UucHk=) | `94.56% <100.00%> (+0.05%)` | :arrow_up: | | [tests/pii\_codex/services/test\_analysis\_service.py](https://codecov.io/gh/EdyVision/pii-codex/pull/24/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Eidan+Rosado#diff-dGVzdHMvcGlpX2NvZGV4L3NlcnZpY2VzL3Rlc3RfYW5hbHlzaXNfc2VydmljZS5weQ==) | `100.00% <100.00%> (ø)` | | | [tests/pii\_codex/services/test\_detection\_service.py](https://codecov.io/gh/EdyVision/pii-codex/pull/24/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Eidan+Rosado#diff-dGVzdHMvcGlpX2NvZGV4L3NlcnZpY2VzL3Rlc3RfZGV0ZWN0aW9uX3NlcnZpY2UucHk=) | `100.00% <100.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Eidan+Rosado). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Eidan+Rosado)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.