Skip to content
Snippets Groups Projects
Commit d1430a2e authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

doc: fix JUnit tests report path

parent 18c36102
No related branches found
No related tags found
No related merge requests found
......@@ -250,7 +250,7 @@ sonar.tests=.
sonar.test.inclusions=**/test_*.py
# tests report: xUnit format
sonar.python.xunit.reportPath=reports/unittest/TEST-*.xml
sonar.python.xunit.reportPath=reports/TEST-*.xml
# coverage report: Cobertura format
sonar.python.coverage.reportPaths=reports/py-coverage.cobertura.xml
# pylint: parseable format (if enabled)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment