Add coverage report path to sonar properties

Updated the sonar-project.properties file to include a path for the Go coverage report. This path will allow Sonar to access the coverage report created by Go tests, improving overall project testing and coverage monitoring.
This commit is contained in:
Winni Neessen 2024-03-12 21:31:26 +01:00
parent 239501e83b
commit 96fa3c53fb
Signed by: wneessen
GPG key ID: 5F3AF39B820C119D

View file

@ -3,3 +3,4 @@
# SPDX-License-Identifier: CC0-1.0
sonar.projectKey=apg-go
sonar.go.coverage.reportPaths=cov.out