JuliaGizmos / InteractBase.jl

Build interactive HTML5 widgets in Julia
Other
27 stars 23 forks source link

Take things from Widgets rather than implementing them here #119

Closed piever closed 5 years ago

piever commented 5 years ago

Companion PR to https://github.com/piever/Widgets.jl/pull/25 : with both of them I get tests passing locally.

codecov-io commented 5 years ago

Codecov Report

Merging #119 into master will decrease coverage by 0.74%. The diff coverage is 46.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #119      +/-   ##
==========================================
- Coverage   79.21%   78.46%   -0.75%     
==========================================
  Files          11       10       -1     
  Lines         534      483      -51     
==========================================
- Hits          423      379      -44     
+ Misses        111      104       -7
Impacted Files Coverage Δ
src/modifiers.jl 0% <ø> (-35.72%) :arrow_down:
src/output.jl 87.23% <100%> (+0.36%) :arrow_up:
src/classes.jl 77.77% <100%> (+0.5%) :arrow_up:
src/InteractBase.jl 100% <100%> (ø) :arrow_up:
src/layout.jl 14.28% <14.28%> (ø)
src/backends.jl 50% <33.33%> (ø) :arrow_up:
src/optioninput.jl 86.81% <0%> (-1.1%) :arrow_down:

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 1b30c4b...b2e9094. Read the comment docs.