From bf0796ae9a3e96e252f8a88c00ebcd6ac6cea51c Mon Sep 17 00:00:00 2001
From: Pavel Vetokhin
Date: Sat, 2 Dec 2023 12:16:37 +0300
Subject: [PATCH] Adapt coverage analysis
---
.dx/images.yaml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.dx/images.yaml b/.dx/images.yaml
index 6e05ac12..57c195cd 100644
--- a/.dx/images.yaml
+++ b/.dx/images.yaml
@@ -43,9 +43,10 @@
mvn
--no-snapshot-updates
--batch-mode
+ --projects tools
clean
antrun:run@coverage
- chdir: "{{ playbook_dir }}/../tools"
+ chdir: "{{ playbook_dir }}/.."
strip_empty_ends: false
changed_when: true
when: image_status is changed