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-simulator | |
| 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-simulator')
| -rw-r--r-- | simulator/opendc-simulator/opendc-simulator-compute/build.gradle.kts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/simulator/opendc-simulator/opendc-simulator-compute/build.gradle.kts b/simulator/opendc-simulator/opendc-simulator-compute/build.gradle.kts index 66d7d9e5..0005928f 100644 --- a/simulator/opendc-simulator/opendc-simulator-compute/build.gradle.kts +++ b/simulator/opendc-simulator/opendc-simulator-compute/build.gradle.kts @@ -25,6 +25,7 @@ description = "Library for simulation of cloud computing components" plugins { `kotlin-library-conventions` `testing-conventions` + `jacoco-conventions` } dependencies { |
