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 f32a718
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,10 @@ show_missing = true
precision = 2

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

[tool.bumpversion]
current_version = "4.0.0"
Expand Down

0 comments on commit f32a718

Please sign in to comment.