Closed irgolic closed 5 years ago
Merging #71 into master will increase coverage by
<.01%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #71 +/- ##
=========================================
+ Coverage 85.09% 85.1% +<.01%
=========================================
Files 17 17
Lines 2275 2276 +1
Branches 279 279
=========================================
+ Hits 1936 1937 +1
Misses 305 305
Partials 34 34
Impacted Files | Coverage Ξ | |
---|---|---|
orangecontrib/educational/widgets/owkmeans.py | 94.7% <100%> (+0.01%) |
: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 660b302...81500fd. Read the comment docs.
Issue
Should one type 'kmeans' as a quick menu search query, the educational k-Means widget would not appear.
Description of changes
A 'kmeans' keyword was added to the widget.
Includes