JuliaStats / RDatasets.jl

Julia package for loading many of the data sets available in R
GNU General Public License v3.0
158 stars 56 forks source link

CompatHelper: bump compat for "CSV" to "0.10" #130

Closed github-actions[bot] closed 2 years ago

github-actions[bot] commented 2 years ago

This pull request changes the compat entry for the CSV package from 0.5, 0.6, 0.7, 0.8, 0.9 to 0.5, 0.6, 0.7, 0.8, 0.9, 0.10.

This keeps the compat entries for earlier versions.

Note: I have not tested your package with this new compat entry. It is your responsibility to make sure that your package tests pass before you merge this pull request.

codecov-commenter commented 2 years ago

Codecov Report

Merging #130 (ccb9cf6) into master (e1cccc3) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #130   +/-   ##
=======================================
  Coverage   83.33%   83.33%           
=======================================
  Files           3        3           
  Lines          24       18    -6     
=======================================
- Hits           20       15    -5     
+ Misses          4        3    -1     
Impacted Files Coverage Δ
src/datasets.jl 60.00% <0.00%> (-2.50%) :arrow_down:
src/dataset.jl 90.00% <0.00%> (-0.91%) :arrow_down:
src/packages.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 e1cccc3...ccb9cf6. Read the comment docs.

andreasnoack commented 2 years ago

Superseded by https://github.com/JuliaStats/RDatasets.jl/pull/132