Skip to content

Commit

Permalink
fix sonarcloud setting (#315)
Browse files Browse the repository at this point in the history
This PR fixes the sonarcloud setting, as the project layout is changed.
  • Loading branch information
Bodong-Yang authored Jun 5, 2024
1 parent bfa3bb5 commit 69170d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sonar.organization=tier4
sonar.projectKey=tier4_ota-client
sonar.python.coverage.reportPaths=test_result/coverage.xml
sonar.sources=./otaclient
sonar.sources=./src
sonar.tests=tests
sonar.sourceEncoding=UTF-8
sonar.python.version=3.8,3.9,3.10,3.11

0 comments on commit 69170d1

Please sign in to comment.