From 54b3d6d42cbc1db69ccea3a40e67e71c1ee692bb Mon Sep 17 00:00:00 2001 From: Russell Vinegar Date: Wed, 29 Jan 2025 11:52:58 -0800 Subject: [PATCH] update lcov report path --- .github/workflows/aps-cypress-e2e.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/aps-cypress-e2e.yaml b/.github/workflows/aps-cypress-e2e.yaml index fe54e6ac6..43b8d65af 100644 --- a/.github/workflows/aps-cypress-e2e.yaml +++ b/.github/workflows/aps-cypress-e2e.yaml @@ -54,7 +54,7 @@ jobs: -Dsonar.projectBaseDir=src -Dsonar.sources=. -Dsonar.exclusions=nextapp/**,mocks/**,test/**,tools/**,*.json,*.js - -Dsonar.javascript.lcov.reportPaths=/github/workspace/lcov.info + -Dsonar.javascript.lcov.reportPaths=lcov.info env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}