Closed DrAlexD closed 11 months ago
Attention: 3 lines
in your changes are missing coverage. Please review.
Comparison is base (
3059a40
) 78.42% compared to head (b9f2e99
) 78.44%.
Files | Patch % | Lines |
---|---|---|
...ol/diktat/ruleset/rules/chapter4/NullChecksRule.kt | 92.30% | 0 Missing and 3 partials :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
164 files ±0 164 suites ±0 8m 11s :stopwatch: + 2m 57s 1 412 tests +4 1 376 :heavy_check_mark: +4 36 :zzz: ±0 0 :x: ±0 2 791 runs +4 2 755 :heavy_check_mark: +4 36 :zzz: ±0 0 :x: ±0
Results for commit d9d97c9b. ± Comparison against base commit 0390093a.
:recycle: This comment has been updated with latest results.
164 files ±0 164 suites ±0 7m 14s :stopwatch: +23s 1 412 tests +4 1 395 :heavy_check_mark: +4 17 :zzz: ±0 0 :x: ±0 2 791 runs +4 2 774 :heavy_check_mark: +4 17 :zzz: ±0 0 :x: ±0
Results for commit d9d97c9b. ± Comparison against base commit 0390093a.
:recycle: This comment has been updated with latest results.
What's done:
if-else
block insideinit
orrun
,with
,apply
blocks and there is more than one statement insideelse
block. This case leads to kotlin compilation error after addingrun
block instead ofelse
block. Read https://youtrack.jetbrains.com/issue/KT-64174 for more information.Closes #1844