GiovineItalia / Compose.jl

Declarative vector graphics
http://giovineitalia.github.io/Compose.jl/latest/
Other
248 stars 83 forks source link

Switch to GitHub Actions #408

Closed rikhuijzer closed 3 years ago

rikhuijzer commented 3 years ago

Unlike the one at Gadfly, this one also runs on Windows and MacOS because the travis CI was also doing that. This means that 3 * 3 = 9 jobs will run, which is a bit much. Maybe we should remove nightly?

codecov-io commented 3 years ago

Codecov Report

Merging #408 (b1e1475) into master (d58b690) will decrease coverage by 0.02%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #408      +/-   ##
==========================================
- Coverage   44.09%   44.06%   -0.03%     
==========================================
  Files          18       18              
  Lines        3377     3377              
==========================================
- Hits         1489     1488       -1     
- Misses       1888     1889       +1     
Impacted Files Coverage Δ
src/cairo_backends.jl 59.72% <0.00%> (-0.28%) :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 d58b690...b1e1475. Read the comment docs.

bjarthur commented 3 years ago

i'm fine with removing nightly.

rikhuijzer commented 3 years ago

@bjarthur done

bjarthur commented 3 years ago

thanks!