Skip to content

Commit a12344f

Browse files
committed
bug fix hkhcoder#8
1 parent c12cab6 commit a12344f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
-Dsonar.junit.reportPaths=target/surefire-reports
3838
-Dsonar.jacoco.reportPaths=target/jacoco.exec
3939
-Dsonar.checkstyle.reportPaths=target/checkstyle-result.xml
40-
-Dsonar.java.binaries=target/test-classes
40+
-Dsonar.java.binaries=target/test-classes/com/visualpathit/account/controllerTest/
4141

4242
- name: Sonarqube Quality Gate
4343
id: sonarqube-quality-gate

0 commit comments

Comments
 (0)