Skip to content

Commit

Permalink
build: use coverage from e2e tests in sonar
Browse files Browse the repository at this point in the history
  • Loading branch information
joshiste committed Dec 23, 2024
1 parent 673c84b commit 9a5a2dd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: e2e-coverage-${{ matrix.e2e-runtime }}
path: |
e2e/e2e-coverage-*.out
path: e2e/e2e-coverage-*.out
if-no-files-found: error
retention-days: 3

Expand All @@ -69,7 +68,6 @@ jobs:
go_version: '1.23'
build_linux_packages: true
VERSION_BUMPER_APPID: ${{ vars.GH_APP_STEADYBIT_APP_ID }}
coverage_artifacts_pattern: e2e-coverage-*
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
PAT_TOKEN_EXTENSION_DEPLOYER: ${{ secrets.PAT_TOKEN_EXTENSION_DEPLOYER }}
Expand Down

0 comments on commit 9a5a2dd

Please sign in to comment.