Skip to content

Commit

Permalink
🔧 config(sonarqube): add project version
Browse files Browse the repository at this point in the history
  • Loading branch information
ljnsn committed Oct 12, 2024
1 parent 3f676a3 commit 5351f65
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,11 @@ sonar.python.version=">=3.10"
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


# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
#sonar.sources=.

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

0 comments on commit 5351f65

Please sign in to comment.