Skip to content

Commit

Permalink
Per #2537, exclude test code from code coverage statistics.
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnHalleyGotway committed Apr 5, 2024
1 parent 7b0e5ea commit a91887f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/scripts/sonarqube/sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ sonar.projectName=SONAR_PROJECT_NAME
sonar.projectVersion=SONAR_PROJECT_VERSION
sonar.branch.name=SONAR_BRANCH_NAME
sonar.sources=docs,internal,manage_externals,metplus,parm,produtil,ush
sonar.coverage.exclusions=internal/tests/**
sonar.sourceEncoding=UTF-8

# SonarQube server
Expand Down

0 comments on commit a91887f

Please sign in to comment.