From 7bbe0e68b8ed12b0523e3624c0d82c662f4db317 Mon Sep 17 00:00:00 2001 From: stefanodel Date: Thu, 14 Nov 2024 15:04:46 +0100 Subject: [PATCH] fix: update github action code review --- .github/workflows/code-review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code-review.yml b/.github/workflows/code-review.yml index 1b9b9b7..bdf5457 100644 --- a/.github/workflows/code-review.yml +++ b/.github/workflows/code-review.yml @@ -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