Skip to content

Commit

Permalink
edit sonarcloud config about coverage report ingestion
Browse files Browse the repository at this point in the history
  • Loading branch information
joefong-nhs committed Jun 12, 2024
1 parent 1e79d0f commit 1d0f819
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,16 @@ sonar.projectKey=prm-orphaned-record-continuity_prm-repo-gp2gp-messenger
sonar.organization=prm-orphaned-record-continuity

# This is the name and version displayed in the SonarCloud UI.
#sonar.projectName=prm-repo-gp2gp-messenger
#sonar.projectVersion=1.0
sonar.projectName="GP2GP Messenger"
sonar.projectVersion=1.0

sonar.javascript.lcov.reportPaths=coverage/lcov.info

# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
#sonar.sources=.
sonar.sources=src/
sonar.exclusions=src/**/__test__/**/*
sonar.tests=src/
sonar.inclusion=src/**/__tests__/*.js,src/**/__mocks__/*,src/**/__builders__/*,src/**/*.test.js

# Encoding of the source code. Default is default system encoding
#sonar.sourceEncoding=UTF-8

0 comments on commit 1d0f819

Please sign in to comment.