JuliaArrays / OffsetArrays.jl

Fortran-like arrays with arbitrary, zero or negative starting indices.
Other
198 stars 40 forks source link

Fix tests on nightly #272

Closed jishnub closed 2 years ago

jishnub commented 2 years ago

https://github.com/JuliaLang/julia/issues/44939 was leading to test failures, but this should be a Vector{Any} anyway

codecov[bot] commented 2 years ago

Codecov Report

Merging #272 (2cae7c8) into master (54ade62) will decrease coverage by 0.65%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #272      +/-   ##
==========================================
- Coverage   96.52%   95.86%   -0.66%     
==========================================
  Files           5        5              
  Lines         460      460              
==========================================
- Hits          444      441       -3     
- Misses         16       19       +3     
Impacted Files Coverage Δ
src/utils.jl 96.00% <0.00%> (-2.00%) :arrow_down:
src/OffsetArrays.jl 97.76% <0.00%> (-0.64%) :arrow_down:

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 54ade62...2cae7c8. Read the comment docs.