JuliaLinearAlgebra / MatrixDepot.jl

An Extensible Test Matrix Collection for Julia
http://matrixdepotjl.readthedocs.org/
Other
75 stars 22 forks source link

evoke run with DataFrames v21 #70

Closed KlausC closed 3 years ago

KlausC commented 3 years ago

Check if CI is ok with this configuration

codecov[bot] commented 3 years ago

Codecov Report

Merging #70 (5dc14a3) into master (26c6d1d) will increase coverage by 0.07%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #70      +/-   ##
==========================================
+ Coverage   65.63%   65.70%   +0.07%     
==========================================
  Files          14       14              
  Lines        2348     2350       +2     
==========================================
+ Hits         1541     1544       +3     
+ Misses        807      806       -1     
Impacted Files Coverage Δ
src/download.jl 87.75% <0.00%> (+0.57%) :arrow_up:
src/data.jl 86.66% <0.00%> (+0.95%) :arrow_up:

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 26c6d1d...5dc14a3. Read the comment docs.

KlausC commented 3 years ago

The compat entry DataFrames = "0.21" made travis use v0.21.8 and tests succeeded (with the usual exceptions). I will close this PR and merge #69 now.