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
70 stars 10 forks source link

Convert detected types to set #22

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

Coverage data is based on head (80bd71f) compared to base (dbb0de3). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #22 +/- ## ======================================= Coverage 96.77% 96.77% ======================================= Files 27 27 Lines 1210 1211 +1 ======================================= + Hits 1171 1172 +1 Misses 39 39 ``` | [Impacted Files](https://codecov.io/gh/EdyVision/pii-codex/pull/22?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Eidan+Rosado) | Coverage Δ | | |---|---|---| | [pii\_codex/models/analysis.py](https://codecov.io/gh/EdyVision/pii-codex/pull/22/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.41% <100.00%> (ø)` | | | [pii\_codex/services/assessment\_service.py](https://codecov.io/gh/EdyVision/pii-codex/pull/22/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Eidan+Rosado#diff-cGlpX2NvZGV4L3NlcnZpY2VzL2Fzc2Vzc21lbnRfc2VydmljZS5weQ==) | `96.29% <100.00%> (ø)` | | | [tests/pii\_codex/services/test\_analysis\_service.py](https://codecov.io/gh/EdyVision/pii-codex/pull/22/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%> (ø)` | | 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.