Skip to content

Commit

Permalink
Disable sonar
Browse files Browse the repository at this point in the history
  • Loading branch information
testableapple committed Dec 11, 2024
1 parent 413961d commit 85dbeae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@ jobs:
with:
name: testDebugUnitTest
path: ./**/build/reports/tests/testDebugUnitTest
- name: Test Coverage
run: ./gradlew sonar
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
# - name: Test Coverage
# run: ./gradlew sonar
# env:
# SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

rubocop:
name: Rubocop
Expand Down

0 comments on commit 85dbeae

Please sign in to comment.