aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/viatra-runtime-localsearch
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2023-09-16 00:28:21 +0200
committerLibravatar Kristóf Marussy <kristof@marussy.com>2023-09-16 02:21:41 +0200
commit4f1d586dc24e1f66ab6d07218755423a80e0c615 (patch)
tree7da3144f834f7ae1adb24d2caa532e7da313ee43 /subprojects/viatra-runtime-localsearch
parentMerge pull request #40 from kris7t/update-readme (diff)
downloadrefinery-4f1d586dc24e1f66ab6d07218755423a80e0c615.tar.gz
refinery-4f1d586dc24e1f66ab6d07218755423a80e0c615.tar.zst
refinery-4f1d586dc24e1f66ab6d07218755423a80e0c615.zip
build: fix Sonar quality gate issues
Removes VIATRA sources from coverage anaylsis, since those files are maintained by the VIATRA project.
Diffstat (limited to 'subprojects/viatra-runtime-localsearch')
-rw-r--r--subprojects/viatra-runtime-localsearch/build.gradle.kts4
1 files changed, 4 insertions, 0 deletions
diff --git a/subprojects/viatra-runtime-localsearch/build.gradle.kts b/subprojects/viatra-runtime-localsearch/build.gradle.kts
index 31c0c634..d0259d95 100644
--- a/subprojects/viatra-runtime-localsearch/build.gradle.kts
+++ b/subprojects/viatra-runtime-localsearch/build.gradle.kts
@@ -6,6 +6,10 @@
6 6
7plugins { 7plugins {
8 id("tools.refinery.gradle.java-library") 8 id("tools.refinery.gradle.java-library")
9 // Vendor code from Eclipse VIATRA is maintained by the VIATRA project,
10 // so we don't need to keep track of coverage ourselves.
11 // Our own modifications are covered by tests in the `store-query-viatra` subproject.
12 id("tools.refinery.gradle.skip-coverage")
9} 13}
10 14
11dependencies { 15dependencies {