From 9e4f7a11c43942929515330510d2cbb38dc87f52 Mon Sep 17 00:00:00 2001 From: Emir Pasic Date: Wed, 13 Apr 2022 20:19:17 +0200 Subject: [PATCH] SonarQube --- .github/workflows/sonarcloud.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index 1b59cd3..c9c6045 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -58,6 +58,7 @@ jobs: # mandatory -Dsonar.projectKey=gods -Dsonar.organization=emirpasic + -Dsonar.coverage.exclusions=**/*_test.go # Comma-separated paths to directories containing main source files. #-Dsonar.sources= # optional, default is project base directory # When you need the analysis to take place in a directory other than the one from which it was launched