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

Performance bump #23

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: 97.43% // Increases project coverage by +0.65% :tada:

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #23 +/- ## ========================================== + Coverage 96.77% 97.43% +0.65% ========================================== Files 27 27 Lines 1211 1209 -2 ========================================== + Hits 1172 1178 +6 + Misses 39 31 -8 ``` | [Impacted Files](https://codecov.io/gh/EdyVision/pii-codex/pull/23?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Eidan+Rosado) | Coverage Δ | | |---|---|---| | [pii\_codex/services/analysis\_service.py](https://codecov.io/gh/EdyVision/pii-codex/pull/23/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.50% <100.00%> (+8.33%)` | :arrow_up: | | [tests/pii\_codex/services/test\_analysis\_service.py](https://codecov.io/gh/EdyVision/pii-codex/pull/23/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.