Add SonarQube and unit tests (#22)

This commit was merged in pull request #22.
This commit is contained in:
Luke Tainton
2022-08-13 21:02:15 +01:00
committed by GitHub
parent c4de2f6025
commit d4c812f214
3 changed files with 70 additions and 0 deletions

6
sonar-project.properties Normal file
View File

@@ -0,0 +1,6 @@
sonar.projectKey=luketainton_iPilot_AYKYmHI397IDIMpeRtF7
sonar.sources=.
sonar.exclusions=,.github/**,.gitignore,CODEOWNERS,CHANGELOG.md,LICENSE.md,README.md,renovate.json,**/*_test.go
sonar.tests=.
sonar.test.inclusions=**/*_test.go
sonar.go.golangci-lint.reportPaths=report.xml