Skip to content

Commit

Permalink
🔧 config(sonarqube): remove coverage until first main analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
ljnsn committed Oct 12, 2024
1 parent 5351f65 commit e29a3ed
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
sonar.projectKey=ljnsn_coinapi-rest
sonar.organization=ljnsn
sonar.python.version=">=3.10"
sonar.python.coverage.reportPaths=reports/coverage.xml
# sonar.python.coverage.reportPaths=reports/coverage.xml
sonar.sources=src/
sonar.tests=tests/
sonar.projectVersion=0.0.4

# This is the name and version displayed in the SonarCloud UI.
#sonar.projectName=coinapi-rest
#sonar.projectVersion=1.0

# Encoding of the source code. Default is default system encoding
#sonar.sourceEncoding=UTF-8

0 comments on commit e29a3ed

Please sign in to comment.