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

Presidio Analyzer and Type Updates #26

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.53% // Head: 97.53% // Increases project coverage by +0.00% :tada:

Coverage data is based on head (4ad0d09) compared to base (60e25c7). Patch coverage: 94.11% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #26 +/- ## ======================================= Coverage 97.53% 97.53% ======================================= Files 27 27 Lines 1216 1219 +3 ======================================= + Hits 1186 1189 +3 Misses 30 30 ``` | [Impacted Files](https://codecov.io/gh/EdyVision/pii-codex/pull/26?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/pii\_mapping\_util.py](https://codecov.io/gh/EdyVision/pii-codex/pull/26/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Eidan+Rosado#diff-cGlpX2NvZGV4L3V0aWxzL3BpaV9tYXBwaW5nX3V0aWwucHk=) | `96.92% <77.77%> (ø)` | | | [pii\_codex/config.py](https://codecov.io/gh/EdyVision/pii-codex/pull/26/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Eidan+Rosado#diff-cGlpX2NvZGV4L2NvbmZpZy5weQ==) | `100.00% <100.00%> (ø)` | | | [pii\_codex/models/common.py](https://codecov.io/gh/EdyVision/pii-codex/pull/26/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Eidan+Rosado#diff-cGlpX2NvZGV4L21vZGVscy9jb21tb24ucHk=) | `100.00% <100.00%> (ø)` | | | [pii\_codex/models/microsoft\_presidio\_pii.py](https://codecov.io/gh/EdyVision/pii-codex/pull/26/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Eidan+Rosado#diff-cGlpX2NvZGV4L21vZGVscy9taWNyb3NvZnRfcHJlc2lkaW9fcGlpLnB5) | `100.00% <100.00%> (ø)` | | | [pii\_codex/services/analysis\_service.py](https://codecov.io/gh/EdyVision/pii-codex/pull/26/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%> (ø)` | | | [pii\_codex/services/analyzers/presidio\_analysis.py](https://codecov.io/gh/EdyVision/pii-codex/pull/26/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% <100.00%> (ø)` | | | [tests/pii\_codex/services/test\_analysis\_service.py](https://codecov.io/gh/EdyVision/pii-codex/pull/26/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/utils/test\_pii\_mapping\_util.py](https://codecov.io/gh/EdyVision/pii-codex/pull/26/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Eidan+Rosado#diff-dGVzdHMvcGlpX2NvZGV4L3V0aWxzL3Rlc3RfcGlpX21hcHBpbmdfdXRpbC5weQ==) | `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.