Skip to content

Commit

Permalink
SonarCloud
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph-Meyer committed Oct 11, 2024
1 parent f9b8253 commit ca2df77
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/sonarquest-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
workflow_dispatch:

jobs:

backend:
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -59,7 +60,6 @@ jobs:
include:
- app: sonarquest-backend
working-directory: ./backend
jacoco-report-dir: jacoco-report
sonar-project-key: viadee_sonarQuest
sonar-organization: viadee
sonar-host-url: https://sonarcloud.io
Expand All @@ -69,11 +69,6 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Download JaCoCo Report
uses: actions/download-artifact@master
with:
name: jacoco-report
path: ${{ matrix.jacoco-report-dir }}
- name: Build and analyze
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
Expand Down

0 comments on commit ca2df77

Please sign in to comment.