Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
Add SonarCloud code coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan-Ethernal committed Dec 4, 2023
1 parent d764849 commit 92b7a9c
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@

# =====================================================
# Standard properties
# =====================================================

sonar.projectKey=0xPolygon_beethoven
sonar.projectName=Beethoven
sonar.organization=0xpolygon
# sonar.projectVersion=1.0

sonar.sources=.
sonar.exclusions=**/*_test.go,**/vendor/**

sonar.tests=.
sonar.test.inclusions=**/*_test.go
sonar.test.exclusions=**/vendor/**

# =====================================================
# Meta-data for the project
# =====================================================

sonar.links.homepage=https://github.com/0xPolygon/beethoven
sonar.links.ci=https://github.com/0xPolygon/beethoven/actions
sonar.links.scm=https://github.com/0xPolygon/beethoven
sonar.links.issue=https://github.com/0xPolygon/beethoven/issues

# =====================================================
# Properties specific to Go
# =====================================================

sonar.go.gometalinter.reportPaths=gometalinter-report.out
#sonar.go.govet.reportPaths=govet-report.out
#sonar.go.golint.reportPaths=golint-report.out
sonar.go.tests.reportPaths=report.json
sonar.go.coverage.reportPaths=coverage.out

0 comments on commit 92b7a9c

Please sign in to comment.