Skip to content

Commit 4f6f08a

Browse files
committed
feat: Add coverage exclusions to sonar-project.properties
1 parent 5e19722 commit 4f6f08a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sonar-project.properties

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
sonar.projectKey=tmllull_Magic-Link-Authentication-API
22
sonar.organization=tmllull
33

4+
# Exclude test files from analysis
5+
sonar.coverage.exclusions=**
6+
47

58
# This is the name and version displayed in the SonarCloud UI.
69
#sonar.projectName=Magic-Link-Authentication-API

0 commit comments

Comments
 (0)