Skip to content

microsoft/presidio

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Repository Coverage (presidio-anonymizer)

Full report

Name Stmts Miss Cover Missing
presidio_anonymizer/__init__.py 7 0 100%
presidio_anonymizer/anonymizer_engine.py 95 0 100%
presidio_anonymizer/batch_anonymizer_engine.py 31 0 100%
presidio_anonymizer/core/__init__.py 3 0 100%
presidio_anonymizer/core/engine_base.py 44 1 98% 116
presidio_anonymizer/core/text_replace_builder.py 23 0 100%
presidio_anonymizer/deanonymize_engine.py 18 0 100%
presidio_anonymizer/entities/__init__.py 9 0 100%
presidio_anonymizer/entities/conflict_resolution_strategy.py 4 0 100%
presidio_anonymizer/entities/engine/__init__.py 4 0 100%
presidio_anonymizer/entities/engine/dict_recognizer_result.py 5 0 100%
presidio_anonymizer/entities/engine/operator_config.py 24 1 96% 27
presidio_anonymizer/entities/engine/pii_entity.py 27 2 93% 25, 37
presidio_anonymizer/entities/engine/recognizer_result.py 41 0 100%
presidio_anonymizer/entities/engine/result/__init__.py 3 0 100%
presidio_anonymizer/entities/engine/result/engine_result.py 25 0 100%
presidio_anonymizer/entities/engine/result/operator_result.py 23 1 96% 23
presidio_anonymizer/entities/invalid_exception.py 4 0 100%
presidio_anonymizer/operators/__init__.py 21 3 86% 19-21
presidio_anonymizer/operators/aes_cipher.py 28 0 100%
presidio_anonymizer/operators/ahds_surrogate.py 103 40 61% 9, 224, 232, 236, 279, 281, 283-284, 288-313, 325-332, 336-340, 344-362
presidio_anonymizer/operators/custom.py 18 0 100%
presidio_anonymizer/operators/deanonymize_keep.py 7 1 86% 18
presidio_anonymizer/operators/decrypt.py 18 0 100%
presidio_anonymizer/operators/encrypt.py 26 1 96% 48
presidio_anonymizer/operators/hash.py 34 0 100%
presidio_anonymizer/operators/keep.py 13 1 92% 38
presidio_anonymizer/operators/mask.py 33 0 100%
presidio_anonymizer/operators/operator.py 20 4 80% 24, 29, 34, 39
presidio_anonymizer/operators/operators_factory.py 56 4 93% 65-72, 157
presidio_anonymizer/operators/redact.py 11 0 100%
presidio_anonymizer/operators/replace.py 17 0 100%
presidio_anonymizer/services/__init__.py 0 0 100%
presidio_anonymizer/services/app_entities_convertor.py 20 0 100%
presidio_anonymizer/services/validators.py 26 0 100%
TOTAL 841 59 93%

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.

Contributors

Languages