Skip to content

Commit

Permalink
feature/PIMOB-2200_SonarCloud_code_coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
fabio-insolia-cko committed Dec 20, 2023
1 parent 0a9ec64 commit 36feaf6
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,18 @@ jobs:

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2

- name: Set up Android SDK
uses: actions/setup-java@v2
with:
distribution: 'android'
components: 'platform-tools,android-30,extra-google-google_play_services,extra-google-m2repository,extra-android-m2repository'

- name: Build assemble Gradle
run: ./gradlew assembleDebug

- name: Run SonarCloud Analysis
uses: sonarsource/sonarcloud-github-action@v1
with:
organization: 'cko-mobile'
token: ${{ secrets.SONAR_TOKEN }}

0 comments on commit 36feaf6

Please sign in to comment.