From edf158b5173fa1510851d601ae7fd7438dc35696 Mon Sep 17 00:00:00 2001 From: Serhii Shliakhov Date: Thu, 14 Nov 2024 09:52:57 +0000 Subject: [PATCH] Add sonarcloud --- .github/workflows/test-application.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/test-application.yaml b/.github/workflows/test-application.yaml index 5c976b4..9660bb1 100644 --- a/.github/workflows/test-application.yaml +++ b/.github/workflows/test-application.yaml @@ -73,6 +73,11 @@ jobs: DB_USERNAME: root ELASTICSEARCH_HOST: '127.0.0.1:9200' + - name: SonarCloud Scan + uses: SonarSource/sonarcloud-github-action@master + env: + SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} + - name: Upload coverage to Codecov uses: codecov/codecov-action@v4 with: