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

Expanded metadata types and set default analysis provider #21

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

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #21 +/- ## ========================================== + Coverage 96.74% 96.77% +0.03% ========================================== Files 27 27 Lines 1197 1210 +13 ========================================== + Hits 1158 1171 +13 Misses 39 39 ``` | [Impacted Files](https://codecov.io/gh/EdyVision/pii-codex/pull/21?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/common.py](https://codecov.io/gh/EdyVision/pii-codex/pull/21/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/services/analysis\_service.py](https://codecov.io/gh/EdyVision/pii-codex/pull/21/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Eidan+Rosado#diff-cGlpX2NvZGV4L3NlcnZpY2VzL2FuYWx5c2lzX3NlcnZpY2UucHk=) | `86.17% <100.00%> (+0.45%)` | :arrow_up: | | [pii\_codex/utils/pii\_mapping\_util.py](https://codecov.io/gh/EdyVision/pii-codex/pull/21/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% <100.00%> (+0.20%)` | :arrow_up: | | [tests/pii\_codex/services/test\_analysis\_service.py](https://codecov.io/gh/EdyVision/pii-codex/pull/21/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.