jipolanco / BSplineKit.jl

A collection of B-spline tools in Julia
https://jipolanco.github.io/BSplineKit.jl/dev/
MIT License
51 stars 9 forks source link

CompatHelper: bump compat for LazyArrays to 1, (keep existing compat) #67

Closed github-actions[bot] closed 1 year ago

github-actions[bot] commented 1 year ago

This pull request changes the compat entry for the LazyArrays package from 0.22 to 0.22, 1. 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 1 year ago

Codecov Report

Merging #67 (5b0ce1e) into master (e37e72a) will decrease coverage by 0.44%. The diff coverage is 97.19%.

@@            Coverage Diff             @@
##           master      #67      +/-   ##
==========================================
- Coverage   95.55%   95.11%   -0.44%     
==========================================
  Files          33       34       +1     
  Lines        2000     2150     +150     
==========================================
+ Hits         1911     2045     +134     
- Misses         89      105      +16     
Impacted Files Coverage Δ
src/Collocation/Collocation.jl 88.23% <75.00%> (+1.69%) :arrow_up:
src/Collocation/matrix.jl 88.96% <95.83%> (-11.04%) :arrow_down:
src/Collocation/cyclic.jl 99.04% <99.04%> (ø)
src/SplineApproximations/by_interpolation.jl 100.00% <100.00%> (ø)
src/SplineInterpolations/SplineInterpolations.jl 100.00% <100.00%> (ø)
src/Splines/periodic.jl 98.57% <100.00%> (+0.02%) :arrow_up:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.