Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support configuration of reporters in DSL #1808

Merged
merged 26 commits into from
Nov 21, 2023

diktatFix

37f7420
Select commit
Loading
Failed to load commit list.
Merged

Support configuration of reporters in DSL #1808

diktatFix
37f7420
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Nov 21, 2023 in 0s

67.10% of diff hit (target 78.33%)

View this Pull Request on Codecov

67.10% of diff hit (target 78.33%)

Annotations

Check warning on line 43 in diktat-cli/src/main/kotlin/com/saveourtool/diktat/cli/DiktatProperties.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

diktat-cli/src/main/kotlin/com/saveourtool/diktat/cli/DiktatProperties.kt#L43

Added line #L43 was not covered by tests

Check warning on line 79 in diktat-cli/src/main/kotlin/com/saveourtool/diktat/cli/DiktatProperties.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

diktat-cli/src/main/kotlin/com/saveourtool/diktat/cli/DiktatProperties.kt#L79

Added line #L79 was not covered by tests

Check warning on line 139 in diktat-cli/src/main/kotlin/com/saveourtool/diktat/cli/DiktatProperties.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

diktat-cli/src/main/kotlin/com/saveourtool/diktat/cli/DiktatProperties.kt#L139

Added line #L139 was not covered by tests

Check warning on line 193 in diktat-cli/src/main/kotlin/com/saveourtool/diktat/cli/DiktatProperties.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

diktat-cli/src/main/kotlin/com/saveourtool/diktat/cli/DiktatProperties.kt#L193

Added line #L193 was not covered by tests

Check warning on line 206 in diktat-cli/src/main/kotlin/com/saveourtool/diktat/cli/DiktatProperties.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

diktat-cli/src/main/kotlin/com/saveourtool/diktat/cli/DiktatProperties.kt#L205-L206

Added lines #L205 - L206 were not covered by tests

Check warning on line 211 in diktat-cli/src/main/kotlin/com/saveourtool/diktat/cli/DiktatProperties.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

diktat-cli/src/main/kotlin/com/saveourtool/diktat/cli/DiktatProperties.kt#L211

Added line #L211 was not covered by tests

Check warning on line 135 in diktat-gradle-plugin/src/main/kotlin/com/saveourtool/diktat/plugin/gradle/extension/DefaultReporter.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

diktat-gradle-plugin/src/main/kotlin/com/saveourtool/diktat/plugin/gradle/extension/DefaultReporter.kt#L135

Added line #L135 was not covered by tests

Check warning on line 141 in diktat-gradle-plugin/src/main/kotlin/com/saveourtool/diktat/plugin/gradle/extension/DefaultReporter.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

diktat-gradle-plugin/src/main/kotlin/com/saveourtool/diktat/plugin/gradle/extension/DefaultReporter.kt#L138-L141

Added lines #L138 - L141 were not covered by tests

Check warning on line 150 in diktat-gradle-plugin/src/main/kotlin/com/saveourtool/diktat/plugin/gradle/extension/DefaultReporter.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

diktat-gradle-plugin/src/main/kotlin/com/saveourtool/diktat/plugin/gradle/extension/DefaultReporter.kt#L150

Added line #L150 was not covered by tests

Check warning on line 156 in diktat-gradle-plugin/src/main/kotlin/com/saveourtool/diktat/plugin/gradle/extension/DefaultReporter.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

diktat-gradle-plugin/src/main/kotlin/com/saveourtool/diktat/plugin/gradle/extension/DefaultReporter.kt#L153-L156

Added lines #L153 - L156 were not covered by tests

Check warning on line 23 in diktat-gradle-plugin/src/main/kotlin/com/saveourtool/diktat/plugin/gradle/extension/Reporters.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

diktat-gradle-plugin/src/main/kotlin/com/saveourtool/diktat/plugin/gradle/extension/Reporters.kt#L23

Added line #L23 was not covered by tests

Check warning on line 30 in diktat-gradle-plugin/src/main/kotlin/com/saveourtool/diktat/plugin/gradle/extension/Reporters.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

diktat-gradle-plugin/src/main/kotlin/com/saveourtool/diktat/plugin/gradle/extension/Reporters.kt#L29-L30

Added lines #L29 - L30 were not covered by tests

Check warning on line 72 in diktat-gradle-plugin/src/main/kotlin/com/saveourtool/diktat/plugin/gradle/extension/Reporters.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

diktat-gradle-plugin/src/main/kotlin/com/saveourtool/diktat/plugin/gradle/extension/Reporters.kt#L72

Added line #L72 was not covered by tests

Check warning on line 79 in diktat-gradle-plugin/src/main/kotlin/com/saveourtool/diktat/plugin/gradle/extension/Reporters.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

diktat-gradle-plugin/src/main/kotlin/com/saveourtool/diktat/plugin/gradle/extension/Reporters.kt#L78-L79

Added lines #L78 - L79 were not covered by tests

Check warning on line 86 in diktat-gradle-plugin/src/main/kotlin/com/saveourtool/diktat/plugin/gradle/extension/Reporters.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

diktat-gradle-plugin/src/main/kotlin/com/saveourtool/diktat/plugin/gradle/extension/Reporters.kt#L85-L86

Added lines #L85 - L86 were not covered by tests

Check warning on line 93 in diktat-gradle-plugin/src/main/kotlin/com/saveourtool/diktat/plugin/gradle/extension/Reporters.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

diktat-gradle-plugin/src/main/kotlin/com/saveourtool/diktat/plugin/gradle/extension/Reporters.kt#L93

Added line #L93 was not covered by tests

Check warning on line 52 in diktat-gradle-plugin/src/main/kotlin/com/saveourtool/diktat/plugin/gradle/tasks/SarifReportMergeTask.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

diktat-gradle-plugin/src/main/kotlin/com/saveourtool/diktat/plugin/gradle/tasks/SarifReportMergeTask.kt#L51-L52

Added lines #L51 - L52 were not covered by tests

Check warning on line 94 in diktat-gradle-plugin/src/main/kotlin/com/saveourtool/diktat/plugin/gradle/tasks/SarifReportMergeTask.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

diktat-gradle-plugin/src/main/kotlin/com/saveourtool/diktat/plugin/gradle/tasks/SarifReportMergeTask.kt#L94

Added line #L94 was not covered by tests

Check warning on line 102 in diktat-gradle-plugin/src/main/kotlin/com/saveourtool/diktat/plugin/gradle/tasks/SarifReportMergeTask.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

diktat-gradle-plugin/src/main/kotlin/com/saveourtool/diktat/plugin/gradle/tasks/SarifReportMergeTask.kt#L101-L102

Added lines #L101 - L102 were not covered by tests

Check warning on line 31 in diktat-ktlint-engine/src/main/kotlin/com/saveourtool/diktat/ktlint/DiktatReporterFactoryImpl.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

diktat-ktlint-engine/src/main/kotlin/com/saveourtool/diktat/ktlint/DiktatReporterFactoryImpl.kt#L26-L31

Added lines #L26 - L31 were not covered by tests

Check warning on line 124 in diktat-maven-plugin/src/main/kotlin/com/saveourtool/diktat/plugin/maven/DiktatBaseMojo.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

diktat-maven-plugin/src/main/kotlin/com/saveourtool/diktat/plugin/maven/DiktatBaseMojo.kt#L124

Added line #L124 was not covered by tests

Check warning on line 126 in diktat-maven-plugin/src/main/kotlin/com/saveourtool/diktat/plugin/maven/DiktatBaseMojo.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

diktat-maven-plugin/src/main/kotlin/com/saveourtool/diktat/plugin/maven/DiktatBaseMojo.kt#L126

Added line #L126 was not covered by tests

Check warning on line 148 in diktat-maven-plugin/src/main/kotlin/com/saveourtool/diktat/plugin/maven/DiktatBaseMojo.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

diktat-maven-plugin/src/main/kotlin/com/saveourtool/diktat/plugin/maven/DiktatBaseMojo.kt#L148

Added line #L148 was not covered by tests

Check warning on line 152 in diktat-maven-plugin/src/main/kotlin/com/saveourtool/diktat/plugin/maven/DiktatBaseMojo.kt

See this annotation in the file changed.

@codecov codecov / codecov/patch

diktat-maven-plugin/src/main/kotlin/com/saveourtool/diktat/plugin/maven/DiktatBaseMojo.kt#L151-L152

Added lines #L151 - L152 were not covered by tests