Skip to content

Commit

Permalink
update sonarproject properties
Browse files Browse the repository at this point in the history
  • Loading branch information
nicomaht committed Mar 26, 2024
1 parent efdd401 commit 3ab2fbd
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
sonar.python.coverage.reportPaths \
=coverage.xml
sonar.coverage.exclusions= \
**/tests/**,**/controller/**,setup.py,test_wheel.py
sonar.projectKey=Nicomatox_Industrialisation-tp2
sonar.organization=nicomatox

# This is the name and version displayed in the SonarCloud UI.
#sonar.projectName=Industrialisation-tp2
#sonar.projectVersion=1.0


# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
#sonar.sources=.

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

sonar-project.properties:
sonar.python.coverage.reportPaths=coverage.xml
sonar.coverage.exclusions=**/tests/**,**/controller/**,setup.py,test_wheel.py

0 comments on commit 3ab2fbd

Please sign in to comment.