queryverse / IterableTables.jl

Implementations of the TableTraits.jl interface for various packages
Other
79 stars 9 forks source link

change StatPlots to StatsPlots #93

Closed ultradian closed 5 years ago

ultradian commented 5 years ago

correct package name as per https://discourse.julialang.org/t/statplots-changes-name-to-statsplots-and-plotrecipes-to-graphrecipes/20175

codecov-io commented 5 years ago

Codecov Report

Merging #93 into master will decrease coverage by 1.93%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #93      +/-   ##
==========================================
- Coverage   62.17%   60.24%   -1.94%     
==========================================
  Files           8        8              
  Lines         156      161       +5     
==========================================
  Hits           97       97              
- Misses         59       64       +5
Impacted Files Coverage Δ
src/integrations/timeseries.jl 81.48% <0%> (-1.54%) :arrow_down:
src/integrations/temporal.jl 81.48% <0%> (-1.54%) :arrow_down:
src/integrations/generators.jl 0% <0%> (ø) :arrow_up:
src/integrations/dataframes.jl 0% <0%> (ø) :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 cff0a78...1cb9adf. Read the comment docs.

davidanthoff commented 5 years ago

Thanks!

ultradian commented 5 years ago

Thanks!

Thank YOU for a great package. It's a lot of work keeping things up to date in Julia!