Skip to content

Commit

Permalink
feat(sonarcloud): add missing sonarcloud property file
Browse files Browse the repository at this point in the history
  • Loading branch information
bilalcaliskan committed Dec 1, 2021
1 parent b176787 commit 8f0e627
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
sonar.projectKey=bilalcaliskan_varnish-cache-invalidator
sonar.organization=bilalcaliskan-github

# This is the name and version displayed in the SonarCloud UI.
# sonar.projectName=oreilly-trial
# sonar.projectVersion=1.0

sonar.sources=.
sonar.exclusions=**/*_test.go,**/vendor/**,**/testdata/*
sonar.tests=.
sonar.test.inclusions=**/*_test.go
sonar.test.exclusions=**/vendor/**
sonar.go.coverage.reportPaths=/github/workspace/coverage.txt

0 comments on commit 8f0e627

Please sign in to comment.