Skip to content

Commit

Permalink
fix: Jacoco 관련 설정 문법 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
apptie committed Sep 29, 2023
1 parent 14c4739 commit 879b862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/ddang/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jacocoTestReport {

def Qdomains = []

for(qPattern in '*.QA'..'*.QZ'){
for(qPattern in '**/QA' .. '**/QZ'){
Qdomains.add(qPattern + '*')
}

Expand Down

0 comments on commit 879b862

Please sign in to comment.