Skip to content

Extract JacocoConfig from KFuzzConfig#43

Merged
ilma4 merged 4 commits intomainfrom
malakhov/split-config
Feb 6, 2025
Merged

Extract JacocoConfig from KFuzzConfig#43
ilma4 merged 4 commits intomainfrom
malakhov/split-config

Conversation

@ilma4
Copy link
Contributor

@ilma4 ilma4 commented Feb 6, 2025

Jacoco options are now configured wia jacocoReport extension. E.g.:

jacocoReport {
    // html = true // enabled by default
    xml = true
    csv = true
    includeDependencies = setOf("org.example:mylib")
}

@ilma4 ilma4 added the in progress PR is not ready to be reviewed label Feb 6, 2025
@ilma4 ilma4 changed the title Split KFuzzConfig Extract JacocoConfig from KFuzzConfig Feb 6, 2025
@ilma4 ilma4 added ready for review PR is ready to be reviewed and removed in progress PR is not ready to be reviewed labels Feb 6, 2025
@ilma4 ilma4 merged commit 3cec357 into main Feb 6, 2025
4 checks passed
@ilma4 ilma4 deleted the malakhov/split-config branch February 6, 2025 17:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ready for review PR is ready to be reviewed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants