Skip to content

Commit

Permalink
fix: update github action code review
Browse files Browse the repository at this point in the history
  • Loading branch information
stedelia committed Nov 14, 2024
1 parent 83850f4 commit 7bbe0e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
-Dsonar.java.binaries=target/classes \
-Dsonar.junit.reportPaths=target/surefire-reports \
-Dsonar.coverage.jacoco.xmlReportPaths=target/site/jacoco/jacoco.xml \
-Dsonar.exclusions=**/configuration/**,**/enums/**,**/model/**,**/stub/**,**/dto/**,**/*Constant*,**/*Config.java,**/*Scheduler.java,**/*Application.java,**/src/test/**,**/Dummy*.java
-Dsonar.exclusions=**/configuration/**,**/enums/**,**/model/**,**/dto/**,**/*Constant*,**/*Config.java,**/*Application.java,**/src/test/**,**/Dummy*.java
- name: Fetch all branches
run: git fetch --all

0 comments on commit 7bbe0e6

Please sign in to comment.