Skip to content

Commit

Permalink
Merge pull request #194 from AppLinkers/develop
Browse files Browse the repository at this point in the history
FEAT - Sonar Cloud & Jacoco 도입
  • Loading branch information
yuseogi0218 authored Jan 24, 2024
2 parents 4c43190 + 3263ba8 commit a025f84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
with:
arguments: build
# Cache for SonarCloud
- name: Cache SonarCloud packages
- name: SonarCloud packages Caching
uses: actions/cache@v3
with:
path: ~/.sonar/cache
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jacocoTestCoverageVerification {

violationRules {
rule {
enabled = true
enabled = false

element = 'CLASS'

Expand Down

0 comments on commit a025f84

Please sign in to comment.