From d1430a2e9e9638fc536c7095185f0215a121e02d Mon Sep 17 00:00:00 2001
From: Pierre Smeyers <pierre.smeyers@gmail.com>
Date: Tue, 4 Oct 2022 18:33:20 +0200
Subject: [PATCH] doc: fix JUnit tests report path

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index f255fdb..b177030 100644
--- a/README.md
+++ b/README.md
@@ -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)
-- 
GitLab