BioJulia / IntervalTrees.jl

A data structure for efficient manipulation of sets of intervals
MIT License
44 stars 17 forks source link

Fix a couple bugs in findfirst. #29

Closed dcjones closed 7 years ago

dcjones commented 7 years ago

:blush:

codecov-io commented 7 years ago

Codecov Report

Merging #29 into master will decrease coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #29      +/-   ##
==========================================
- Coverage   93.15%   93.14%   -0.01%     
==========================================
  Files           3        3              
  Lines         789      788       -1     
==========================================
- Hits          735      734       -1     
  Misses         54       54
Impacted Files Coverage Δ
src/IntervalTrees.jl 94.49% <100%> (-0.01%) :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 9bcb231...8154433. Read the comment docs.

bicycle1885 commented 7 years ago

👍