mirror of
https://github.com/wneessen/apg-go.git
synced 2024-11-23 06:10:49 +01:00
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:
parent
239501e83b
commit
96fa3c53fb
1 changed files with 2 additions and 1 deletions
|
@ -2,4 +2,5 @@
|
|||
#
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
sonar.projectKey=apg-go
|
||||
sonar.projectKey=apg-go
|
||||
sonar.go.coverage.reportPaths=cov.out
|
Loading…
Reference in a new issue