JuliaGizmos / WebIO.jl

A bridge between Julia and the Web.
https://juliagizmos.github.io/WebIO.jl/latest/
Other
228 stars 64 forks source link

Add GH action to run tests #466

Closed twavv closed 3 years ago

twavv commented 3 years ago

Finally getting around to moving away from Travis CI (RIP)

codecov[bot] commented 3 years ago

Codecov Report

Merging #466 (ea4bb59) into master (136fa0b) will increase coverage by 1.53%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #466      +/-   ##
==========================================
+ Coverage   58.93%   60.46%   +1.53%     
==========================================
  Files          16       16              
  Lines         655      736      +81     
==========================================
+ Hits          386      445      +59     
- Misses        269      291      +22     
Impacted Files Coverage Δ
src/scope.jl 64.91% <100.00%> (+6.14%) :arrow_up:
src/providers/blink.jl 0.00% <0.00%> (-63.16%) :arrow_down:
src/WebIO.jl 79.16% <0.00%> (-1.79%) :arrow_down:
src/providers/generic_http.jl 73.77% <0.00%> (-0.78%) :arrow_down:
src/syntax.jl 91.11% <0.00%> (-0.36%) :arrow_down:
src/iframe.jl 100.00% <0.00%> (ø)
src/asset.jl 79.31% <0.00%> (+0.06%) :arrow_up:
src/node.jl 88.23% <0.00%> (+0.30%) :arrow_up:
src/messaging.jl 22.22% <0.00%> (+1.16%) :arrow_up:
src/util.jl 89.28% <0.00%> (+2.32%) :arrow_up:
... and 6 more

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 d25e7e0...ea4bb59. Read the comment docs.