Closed jishnub closed 2 years ago
Merging #293 (5ed267c) into master (26de770) will decrease coverage by
0.45%
. The diff coverage is60.00%
.
@@ Coverage Diff @@
## master #293 +/- ##
==========================================
- Coverage 95.67% 95.21% -0.46%
==========================================
Files 5 5
Lines 439 439
==========================================
- Hits 420 418 -2
- Misses 19 21 +2
Impacted Files | Coverage Δ | |
---|---|---|
src/OffsetArrays.jl | 96.89% <60.00%> (-0.69%) |
: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 26de770...5ed267c. Read the comment docs.
I am not certain why codecov
complains, this should be tested on v1.0
?
Edit: I've looked at the report, seems spurious
There used to be a performance boost on Julia 1.6, but I don't see any on 1.7, I guess there have been improvements in
Base
, which makes this unnecessary now.On v1.7.2