Files
katenary/sonar-project.properties
Patrice Ferlet 4336490a72 feat(actions): Change action to Gitea
- Build and packages on Gitea action
- Use go 1.25
- Update dependencies
2025-08-19 21:52:33 +02:00

22 lines
567 B
Properties

sonar.projectKey=katenary_katenary
sonar.organization=katenary
sonar.go.tests.reportPaths=gotest.json
sonar.go.coverage.reportPaths=coverprofile.out
# excludde
sonar.exclusions=doc/**,**/*_test.go
sonar.coverage.exclusions=doc/**,**/*_test.go
# This is the name and version displayed in the SonarCloud UI.
#sonar.projectName=katenary
#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