Skip to content

Commit cc3e1b0

Browse files
committed
VED-79: resolve coverage and duplicates issues
1 parent a40e9b2 commit cc3e1b0

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

mns_subscription/pyproject.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
1+
[project]
2+
name = "mns-subscription"
3+
version = "0.1.0"
4+
description = "subscription to nhs number change event"
5+
6+
17
[tool.poetry]
28
name = "mns-subscription"
39
version = "0.1.0"
4-
description = "subscription to nhs number change event"
10+
description = ""
511
authors = ["Your Name <[email protected]>"]
612
license = "MIT"
713
packages = [{include = "src"}]

sonar-project.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ sonar.organization=nhsdigital
44
sonar.host.url=https://sonarcloud.io
55
sonar.python.version=3.11
66
sonar.exclusions=**/e2e/**,**/e2e_batch/**,**/temporary_sandbox/**,**/devtools/**,**/proxies/**,**/scripts/**,**/terraform/**,**/tests/**,redis_sync/src/log_decorator.py
7-
sonar.python.coverage.reportPaths=backend-coverage.xml,delta-coverage.xml,ack-lambda-coverage.xml,filenameprocessor-coverage.xml,recordforwarder-coverage.xml,recordprocessor-coverage.xml,mesh_processor-coverage.xml,redis_sync-coverage.xml
7+
sonar.python.coverage.reportPaths=backend-coverage.xml,delta-coverage.xml,ack-lambda-coverage.xml,filenameprocessor-coverage.xml,recordforwarder-coverage.xml,recordprocessor-coverage.xml,mesh_processor-coverage.xml,redis_sync-coverage.xml,mns_subscription-coverage.xml
8+
sonar.cpd.exclusions=**/mns_subscription/**
89
sonar.issue.ignore.multicriteria=exclude_snomed_urls,exclude_hl7_urls
910
sonar.issue.ignore.multicriteria.exclude_snomed_urls.ruleKey=python:S5332
1011
sonar.issue.ignore.multicriteria.exclude_snomed_urls.resourceKey=**http://snomed\.info/sct**

0 commit comments

Comments
 (0)