Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
Lower PII annotation threshold so that I can enable enforcement
Browse files Browse the repository at this point in the history
The CMS check is currently reporting 94.5% coverage, so I must lower to
that value or else quality checks will fail on master after I merge.

DE-1764
  • Loading branch information
pwnage101 committed Oct 29, 2019
1 parent 1312e4f commit b073ece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pii_annotations.yml
@@ -1,7 +1,7 @@
source_path: ./
report_path: pii_report
safelist_path: .annotation_safe_list.yml
coverage_target: 100.0
coverage_target: 94.5
# See OEP-30 for more information on these values and what they mean:
# https://open-edx-proposals.readthedocs.io/en/latest/oep-0030-arch-pii-markup-and-auditing.html#docstring-annotations
annotations:
Expand Down

0 comments on commit b073ece

Please sign in to comment.