Skip to content

Commit ecd0a36

Browse files
authored
Update sonar-project.properties (#4815)
1 parent f776808 commit ecd0a36

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ skip_empty = true
148148
branch = true
149149
concurrency = ["multiprocessing", "thread"]
150150
parallel = true
151+
relative_files = true
151152
source = ["src"]
152153

153154
[tool.mypy]
@@ -688,7 +689,6 @@ set_env.TERM = "dump"
688689
[tool.tox.env.eco]
689690
commands = [
690691
["sh", "-c", "tools/test-eco.sh"],
691-
["{tox_root}/tools/report-coverage"],
692692
]
693693
commands_post = []
694694
commands_pre = []

sonar-project.properties

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
sonar.organization=ansible
2+
sonar.projectKey=ansible_ansible-lint
3+
sonar.python.coverage.reportPaths=**/coverage.xml
14
sonar.python.version=3.10, 3.11, 3.12, 3.13
25
sonar.sources=src/
36
sonar.tests=test/

0 commit comments

Comments
 (0)