Closed PrimozGodec closed 3 years ago
Merging #103 (4fc72fe) into master (5a2ff81) will not change coverage. The diff coverage is
0.00%
.
@@ Coverage Diff @@
## master #103 +/- ##
=======================================
Coverage 87.73% 87.73%
=======================================
Files 19 19
Lines 2633 2633
Branches 316 316
=======================================
Hits 2310 2310
Misses 293 293
Partials 30 30
Impacted Files | Coverage Δ | |
---|---|---|
orangecontrib/educational/widgets/ow1ka.py | 47.11% <0.00%> (ø) |
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 5a2ff81...4fc72fe. Read the comment docs.
Issue
Enka still uses
time.clock
which was deprecated in Python 3.3 and is removed in Python 3.8.Description of changes
Replace with perf_counter
Includes