Closed GiggleLiu closed 4 years ago
Merging #127 into issue_123 will increase coverage by
0.92%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## issue_123 #127 +/- ##
=============================================
+ Coverage 81.67% 82.60% +0.92%
=============================================
Files 7 7
Lines 524 523 -1
=============================================
+ Hits 428 432 +4
+ Misses 96 91 -5
Impacted Files | Coverage Δ | |
---|---|---|
src/context.jl | 83.00% <100.00%> (-0.17%) |
:arrow_down: |
src/tokens.jl | 85.71% <100.00%> (+1.45%) |
: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 317f4d8...d8e67b2. Read the comment docs.
@jverzani This PR is to the branch
issue_123
I just removed theif
statement, we can just let it error when indexing non-indexible objects. Please confirm doing this is safe.