From 52467695b1534a8098e8936a3a849c02b2ff98c4 Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Sat, 20 Mar 2021 13:09:59 +0100 Subject: build: Add support for aggregate code coverage results This change adds support for aggregating code coverage results from the different modules. --- simulator/opendc-workflow/opendc-workflow-service/build.gradle.kts | 1 + 1 file changed, 1 insertion(+) (limited to 'simulator/opendc-workflow/opendc-workflow-service') diff --git a/simulator/opendc-workflow/opendc-workflow-service/build.gradle.kts b/simulator/opendc-workflow/opendc-workflow-service/build.gradle.kts index 12a54235..bec18ae9 100644 --- a/simulator/opendc-workflow/opendc-workflow-service/build.gradle.kts +++ b/simulator/opendc-workflow/opendc-workflow-service/build.gradle.kts @@ -26,6 +26,7 @@ description = "Workflow orchestration service for OpenDC" plugins { `kotlin-library-conventions` `testing-conventions` + `jacoco-conventions` } dependencies { -- cgit v1.2.3