JuliaArrays / UnsafeArrays.jl

Stack-allocated pointer-based array views
Other
42 stars 5 forks source link

fix tests on 1.7 #11

Closed KristofferC closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #11 (8277272) into master (25d01c8) will decrease coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #11      +/-   ##
==========================================
- Coverage   99.10%   99.09%   -0.01%     
==========================================
  Files           4        3       -1     
  Lines         112      111       -1     
==========================================
- Hits          111      110       -1     
  Misses          1        1              
Impacted Files Coverage Δ
src/util.jl 100.00% <100.00%> (ø)
src/UnsafeArrays.jl

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 25d01c8...8277272. Read the comment docs.

oschulz commented 2 years ago

Thanks @KristofferC !