JuliaApproximation / CompactBases.jl

Julia library for function approximation with compact basis functions
MIT License
16 stars 2 forks source link

CompatHelper: bump compat for "LazyArrays" to "0.18" #24

Closed github-actions[bot] closed 3 years ago

github-actions[bot] commented 4 years ago

This pull request changes the compat entry for the LazyArrays package from 0.16 to 0.16, 0.18.

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[bot] commented 4 years ago

Codecov Report

Merging #24 into master will increase coverage by 2.20%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #24      +/-   ##
==========================================
+ Coverage   67.01%   69.21%   +2.20%     
==========================================
  Files          21       21              
  Lines        1325     1410      +85     
==========================================
+ Hits          888      976      +88     
+ Misses        437      434       -3     
Impacted Files Coverage Δ
src/densities.jl 100.00% <0.00%> (ø)
src/quadrature.jl 96.15% <0.00%> (+0.69%) :arrow_up:
src/fedvr_operators.jl 86.95% <0.00%> (+0.74%) :arrow_up:
src/fedvr.jl 87.44% <0.00%> (+0.94%) :arrow_up:
src/finite_differences.jl 77.55% <0.00%> (+1.20%) :arrow_up:
src/inner_products.jl 93.33% <0.00%> (+1.33%) :arrow_up:
src/CompactBases.jl 88.88% <0.00%> (+1.38%) :arrow_up:
src/bsplines.jl 73.28% <0.00%> (+1.75%) :arrow_up:
src/linear_operators.jl 81.25% <0.00%> (+1.93%) :arrow_up:
src/materialize_dsl.jl 87.69% <0.00%> (+1.97%) :arrow_up:
... and 5 more

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 67402c7...79387eb. Read the comment docs.