Added sonar-scaner

Create LICENSE

Update go.yml
This commit is contained in:
Pijus Kamandulis
2020-04-04 21:02:30 +03:00
parent feee0a9154
commit 668b050dee
5 changed files with 40 additions and 1 deletions
+12
View File
@@ -0,0 +1,12 @@
sonar.organization=pikami
sonar.projectKey=tiktok-dl
sonar.host.url=https://sonarcloud.io
sonar.sources=.
sonar.exclusions=**/*_test.go,**/node_modules/**
sonar.tests=.
sonar.test.inclusions=**/*_test.go
sonar.test.exclusions=**/node_modules/**
sonar.go.coverage.reportPaths=cov.out