JuliaApproximation / DomainSets.jl

A Julia package for describing domains as continuous sets of elements
MIT License
72 stars 12 forks source link

update compat #104

Closed aplavin closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #104 (94e033a) into master (5f39183) will increase coverage by 0.09%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #104      +/-   ##
==========================================
+ Coverage   85.71%   85.80%   +0.09%     
==========================================
  Files          31       31              
  Lines        2450     2466      +16     
==========================================
+ Hits         2100     2116      +16     
  Misses        350      350              
Impacted Files Coverage Δ
src/domains/point.jl 100.00% <0.00%> (ø)
src/domains/boundingbox.jl 100.00% <0.00%> (ø)
src/generic/productdomain.jl 94.11% <0.00%> (+0.05%) :arrow_up:
src/domains/interval.jl 94.65% <0.00%> (+0.08%) :arrow_up:
src/generic/domain.jl 91.93% <0.00%> (+0.13%) :arrow_up:
src/generic/setoperations.jl 92.77% <0.00%> (+0.13%) :arrow_up:
src/domains/indicator.jl 93.75% <0.00%> (+0.20%) :arrow_up:
src/maps/affine.jl 82.21% <0.00%> (+0.21%) :arrow_up:
src/maps/product.jl 78.57% <0.00%> (+0.22%) :arrow_up:
src/maps/composite.jl 64.88% <0.00%> (+0.27%) :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 5f39183...94e033a. Read the comment docs.

aplavin commented 2 years ago

@dlfivefifty would you please register this new version?