isi-vista / immutablecollections

A library for immutable collections, in the spirit of Guava's Immutable Collections.
MIT License
3 stars 2 forks source link

25 _SingletonImmutableSet crashes when index == -1 #26

Closed nicomitchell closed 5 years ago

nicomitchell commented 5 years ago
codecov[bot] commented 5 years ago

Codecov Report

Merging #26 into master will increase coverage by 0.34%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #26      +/-   ##
==========================================
+ Coverage   91.13%   91.47%   +0.34%     
==========================================
  Files           7        7              
  Lines         575      575              
==========================================
+ Hits          524      526       +2     
+ Misses         51       49       -2
Impacted Files Coverage Δ
immutablecollections/immutableset.py 88.08% <100%> (+1.03%) :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 b908abb...d831afb. Read the comment docs.