Skip to content

Commit 547898a

Browse files
authored
Chore: [AEA-0000] - exclude trigger_release from coverage (#84)
## Summary - Routine Change ### Details - exclude trigger_release from coverage
1 parent 141907b commit 547898a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

sonar-project.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ sonar.projectKey=NHSDigital_eps-common-workflows
33
sonar.host.url=https://sonarcloud.io
44

55
sonar.coverage.exclusions=\
6-
release.config.cjs
6+
release.config.cjs, \
7+
scripts/trigger_release.py

0 commit comments

Comments
 (0)