From 11f59fadc9a8bd5211a2d677cc98b9b964a1ee1c Mon Sep 17 00:00:00 2001 From: kamenitxan Date: Sun, 16 Jul 2023 12:20:32 +0200 Subject: [PATCH] sonar coverage --- .github/workflows/sbt.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/sbt.yml b/.github/workflows/sbt.yml index bdccab4..138e485 100644 --- a/.github/workflows/sbt.yml +++ b/.github/workflows/sbt.yml @@ -52,4 +52,5 @@ jobs: -Dsonar.projectKey=kamenitxan_Jakon_AYX5P6qaok6eoBlpoZHT -Dsonar.sources=modules/backend/src -Dsonar.verbose=false - -Dsonar.exclusions=modules/backend/src/main/resources/** \ No newline at end of file + -Dsonar.exclusions=modules/backend/src/main/resources/** + -Dsonar.scala.coverage.reportPaths=modules/backend/target/scala-3.3.1-RC4/scoverage-report \ No newline at end of file