JuliaIntervals / TaylorModels.jl

Rigorous function approximation using Taylor models in Julia
Other
63 stars 14 forks source link

CompatHelper: bump compat for IntervalArithmetic to 0.19, (keep existing compat) #124

Closed github-actions[bot] closed 2 years ago

github-actions[bot] commented 2 years ago

This pull request changes the compat entry for the IntervalArithmetic package from 0.16, 0.17, 0.18 to 0.16, 0.17, 0.18, 0.19. 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.

coveralls commented 2 years ago

Pull Request Test Coverage Report for Build 1174250420


Files with Coverage Reduction New Missed Lines %
src/bounds.jl 1 94.54%
src/show.jl 1 81.25%
src/evaluate.jl 2 85.71%
src/rpa_functions.jl 2 84.68%
src/TaylorN/integrate.jl 2 0%
src/TaylorN/TaylorN.jl 2 0%
src/auxiliary.jl 3 55.07%
src/Taylor1/bound.jl 3 0%
src/Taylor1/Taylor1.jl 3 0%
src/recipe.jl 4 41.03%
<!-- Total: 97 -->
Totals Coverage Status
Change from base Build 991410625: -0.2%
Covered Lines: 980
Relevant Lines: 1543

💛 - Coveralls
coveralls commented 2 years ago

Pull Request Test Coverage Report for Build 1174254219

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details


Totals Coverage Status
Change from base Build 991410625: 4.2%
Covered Lines: 984
Relevant Lines: 1450

💛 - Coveralls
lucaferranti commented 2 years ago

@lbenet this should be good to go now :)

lbenet commented 2 years ago

Thanks a lot @lucaferranti.