Skip to content

Commit

Permalink
change reportPath for Sonar
Browse files Browse the repository at this point in the history
  • Loading branch information
vcidst committed Aug 15, 2023
1 parent 1fe9fa4 commit f28af92
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/continous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,6 @@ jobs:
-Dsonar.organization=rasahq
-Dsonar.projectKey=RasaHQ_rasa
-Dsonar.sources=.
-Dsonar.python.coverage.reportPaths=tests_coverage/coverage.xml
-Dsonar.host.url=https://sonarcloud.io
-Dsonar.verbose=true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sonar.organization=rasahq
sonar.projectKey=RasaHQ_rasa
sonar.host.url=https://sonarcloud.io/project/overview?id=RasaHQ_rasa

sonar.python.coverage.reportPaths=./tests_coverage/coverage.xml
sonar.python.coverage.reportPaths=tests_coverage/coverage.xml

# relative paths to source directories. More details and properties are described
sonar.tests=./tests/
Expand Down

0 comments on commit f28af92

Please sign in to comment.