Skip to content

Commit

Permalink
Added Sonar
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippSchmelter committed Oct 8, 2024
1 parent 7275f38 commit 3eb67df
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,8 @@ jobs:
- name: Build Java-Docs
run: |
./gradlew javadoc
- name: Run SonarQube with Gradle
run: ./gradlew sonarqube -Dsonar.projectKey=edu.ie3:simona \
-Dsonar.host.url=${{ secrets.SONAR_HOST_URL }} \
-Dsonar.login=${{ secrets.SONAR_TOKEN }}

0 comments on commit 3eb67df

Please sign in to comment.