Skip to content

Commit

Permalink
Exclude documentation from Sonar analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
roo-oliv committed Jul 12, 2024
1 parent 32b7ddc commit 470f6c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .sonarcloud.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
sonar.sources=injectable
sonar.python.coverage.reportPath=coverage.xml
sonar.tests=./tests
5 changes: 0 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,6 @@ parallel = true
show_missing = true
precision = 2

[tool.sonar]
sources = "injectable"
python.coverage.reportPath = "coverage.xml"
tests = "./tests"

[tool.bumpversion]
current_version = "4.0.0"

Expand Down

0 comments on commit 470f6c1

Please sign in to comment.