diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2021-03-20 13:09:59 +0100 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2021-03-20 14:00:30 +0100 |
| commit | 52467695b1534a8098e8936a3a849c02b2ff98c4 (patch) | |
| tree | 52ec323291fbfe427edd90affb8d0194d01e1990 /simulator/opendc-workflow/opendc-workflow-service | |
| parent | dd24782f3710678151c80f8ad365eecc7389b6f8 (diff) | |
build: Add support for aggregate code coverage results
This change adds support for aggregating code coverage results from the
different modules.
Diffstat (limited to 'simulator/opendc-workflow/opendc-workflow-service')
| -rw-r--r-- | simulator/opendc-workflow/opendc-workflow-service/build.gradle.kts | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |
