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

Commit

Permalink
feat: Add coverage to sonar
Browse files Browse the repository at this point in the history
  • Loading branch information
Maya Baya committed Jul 10, 2022
1 parent 8367be3 commit 2376104
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
sonar.projectKey=riotkit-org_volume-syncing-controller
sonar.organization=riotkit-org

# This is the name and version displayed in the SonarCloud UI.
#sonar.projectName=volume-syncing-controller
#sonar.projectVersion=1.0
sonar.sources=.
sonar.exclusions=**/*_test.go,**/vendor/**,**/testdata/*

# 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
sonar.tests=.
sonar.test.inclusions=**/*_test.go
sonar.test.exclusions=**/vendor/**
sonar.go.coverage.reportPaths=coverage.out

0 comments on commit 2376104

Please sign in to comment.