Skip to content

Commit

Permalink
Fix sonarcloud integration
Browse files Browse the repository at this point in the history
  • Loading branch information
berrydenhartog committed May 15, 2024
1 parent 1557506 commit 071313a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -7,7 +7,8 @@ sonar.projectVersion=0.1.0


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

# Encoding of the source code. Default is default system encoding
sonar.sourceEncoding=UTF-8
@@ -16,4 +17,4 @@ sonar.python.version=3.10,3.11,3.12

sonar.python.coverage.reportPaths=coverage.xml

sonar.coverage.exclusions="tad/migration/*","tests/*"
sonar.coverage.exclusions="tad/migration/*"

0 comments on commit 071313a

Please sign in to comment.