sdd / kiddo

Kiddo
Apache License 2.0
87 stars 14 forks source link

Within unsorted iter #69

Closed sdd closed 1 year ago

codecov-commenter commented 1 year ago

Codecov Report

Merging #69 (44b7886) into next (b845f2c) will increase coverage by 0.60%. The diff coverage is 95.38%.

:exclamation: Current head 44b7886 differs from pull request most recent head 22c14cd. Consider uploading reports for the commit 22c14cd to get more accurate results

@@            Coverage Diff             @@
##             next      #69      +/-   ##
==========================================
+ Coverage   85.95%   86.56%   +0.60%     
==========================================
  Files          28       32       +4     
  Lines        3539     3647     +108     
==========================================
+ Hits         3042     3157     +115     
+ Misses        497      490       -7     
Impacted Files Coverage Δ
src/fixed/kdtree.rs 80.64% <ø> (ø)
src/float/kdtree.rs 69.11% <ø> (ø)
src/lib.rs 100.00% <ø> (ø)
src/types.rs 30.76% <ø> (ø)
src/nearest_neighbour.rs 46.15% <33.33%> (ø)
src/best_neighbour.rs 46.15% <46.15%> (ø)
src/fixed/distance.rs 53.57% <53.57%> (ø)
src/float/query/within_unsorted_iter.rs 93.96% <93.96%> (ø)
src/common/generate_best_n_within.rs 100.00% <100.00%> (ø)
src/common/generate_nearest_n.rs 100.00% <100.00%> (ø)
... and 17 more

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more