JuliaAI / MLJScientificTypes.jl

Implementation of the MLJ scientific type convention
MIT License
17 stars 6 forks source link

Move from Travis CI to GitHub Actions CI #58

Closed DilumAluthge closed 3 years ago

DilumAluthge commented 3 years ago

cc: @ablaom @tlienart

codecov-io commented 3 years ago

Codecov Report

Merging #58 (deb1c2f) into master (3bd5193) will decrease coverage by 1.03%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #58      +/-   ##
==========================================
- Coverage   98.91%   97.88%   -1.04%     
==========================================
  Files           7        7              
  Lines         277      236      -41     
==========================================
- Hits          274      231      -43     
- Misses          3        5       +2     
Impacted Files Coverage Δ
src/schema.jl 96.96% <0.00%> (-3.04%) :arrow_down:
src/convention/coerce.jl 97.33% <0.00%> (-1.62%) :arrow_down:
src/coerce.jl 97.67% <0.00%> (-0.29%) :arrow_down:
src/convention/scitype.jl 96.55% <0.00%> (-0.12%) :arrow_down:
src/init.jl 100.00% <0.00%> (ø)
src/autotype.jl 100.00% <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 3bd5193...deb1c2f. Read the comment docs.

DilumAluthge commented 3 years ago

@ablaom @tlienart This is ready to merge.

DilumAluthge commented 3 years ago

@ablaom This is the last PR, I think.

Did we get all of the MLJ repos, or did we miss any?

ablaom commented 3 years ago

Yeah, I think you got em all, thanks!

I'm waiting on this one till the docs are sorted out on MLJBase; ditto MLJ (the main doc bottleneck).

Again many thanks.