Skip to content

An open-source framework for detecting, redacting, masking, and anonymizing sensitive data (PII) across text, images, and structured data. Supports NLP, pattern matching, and customizable pipelines.

License

Notifications You must be signed in to change notification settings

microsoft/presidio

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Repository Coverage (presidio-structured)

Full report

Name Stmts Miss Cover Missing
presidio_structured/__init__.py 7 0 100%
presidio_structured/analysis_builder.py 119 13 89% 64, 78-86, 134-137, 193-197, 373
presidio_structured/config/__init__.py 2 0 100%
presidio_structured/config/structured_analysis.py 4 0 100%
presidio_structured/data/__init__.py 3 0 100%
presidio_structured/data/data_processors.py 93 19 80% 51, 146-149, 156, 170-179, 206-207, 212-216
presidio_structured/data/data_reader.py 17 5 71% 26, 47, 68-70
presidio_structured/structured_engine.py 26 2 92% 66-67
TOTAL 271 39 86%

Setup coverage badge

Below are examples of the badges you can use in your main branch README file.

Direct image

Coverage badge

This is the one to use if your repository is private or if you don't want to customize anything.

Shields.io Json Endpoint

Coverage badge

Using this one will allow you to customize the look of your badge. It won't work with private repositories. It won't be refreshed more than once per five minutes.

Shields.io Dynamic Badge

Coverage badge

This one will always be the same color. It won't work for private repos. I'm not even sure why we included it.

What is that?

This branch is part of the python-coverage-comment-action GitHub Action. All the files in this branch are automatically generated and may be overwritten at any moment.