JuliaArrays / OffsetArrays.jl

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

Implement Base.unsafe_wrap for OffsetArrays (pull request) #290

Closed mkitti closed 2 years ago

mkitti commented 2 years ago

Fix #275

codecov[bot] commented 2 years ago

Codecov Report

Merging #290 (8f86ef3) into master (c52822e) will increase coverage by 0.12%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #290      +/-   ##
==========================================
+ Coverage   95.55%   95.67%   +0.12%     
==========================================
  Files           5        5              
  Lines         427      439      +12     
==========================================
+ Hits          408      420      +12     
  Misses         19       19              
Impacted Files Coverage Δ
src/OffsetArrays.jl 97.58% <100.00%> (+0.10%) :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 6b431ca...8f86ef3. Read the comment docs.

timholy commented 2 years ago

https://github.com/JuliaRegistries/General/pull/60923