Mkohm / detekt-hint

Detection of design principle violations in Kotlin as a plugin to detekt.
https://mkohm.github.io/detekt-hint/
80 stars 3 forks source link

reduce false positives and fix bug #20

Closed Mkohm closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #20 into master will increase coverage by 3.96%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #20      +/-   ##
============================================
+ Coverage     80.88%   84.84%   +3.96%     
+ Complexity       22       14       -8     
============================================
  Files             7        2       -5     
  Lines            68       33      -35     
  Branches          9        4       -5     
============================================
- Hits             55       28      -27     
+ Misses           10        5       -5     
+ Partials          3        0       -3
Impacted Files Coverage Δ Complexity Δ
...t/hint/rules/UseCompositionInsteadOfInheritance.kt 100% <100%> (+4.34%) 14 <2> (+4) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 53443b6...e11b7db. Read the comment docs.