Closed rafaqz closed 2 years ago
Merging #413 (f8602e5) into main (266d7e5) will decrease coverage by
0.20%
. The diff coverage is66.66%
.:exclamation: Current head f8602e5 differs from pull request most recent head 8484d24. Consider uploading reports for the commit 8484d24 to get more accurate results
@@ Coverage Diff @@
## main #413 +/- ##
==========================================
- Coverage 90.26% 90.06% -0.21%
==========================================
Files 35 35
Lines 2363 2365 +2
==========================================
- Hits 2133 2130 -3
- Misses 230 235 +5
Impacted Files | Coverage Δ | |
---|---|---|
src/LookupArrays/LookupArrays.jl | 100.00% <ø> (ø) |
|
src/array/indexing.jl | 75.86% <50.00%> (-16.74%) |
:arrow_down: |
src/Dimensions/indexing.jl | 86.88% <100.00%> (ø) |
|
src/LookupArrays/indexing.jl | 60.00% <100.00%> (ø) |
:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more
Add proper handling of CartesianIndex
Closes #408