From a80bdcfe00fa20802eb4765c21ac44786bf71620 Mon Sep 17 00:00:00 2001 From: bytemare <3641580+bytemare@users.noreply.github.com> Date: Fri, 7 Jun 2024 00:41:08 +0200 Subject: [PATCH] update sonar keys --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 66252d0..2dfbad6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -120,8 +120,8 @@ jobs: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} with: args: > - -Dsonar.organization=bytemare-github - -Dsonar.projectKey=bytemare_voprf + -Dsonar.organization=bytemare + -Dsonar.projectKey=voprf -Dsonar.go.coverage.reportPaths=.github/coverage.out -Dsonar.sources=. -Dsonar.test.exclusions=examples_test.go,tests/**