Morwenn / cpp-sort

Sorting algorithms & related tools for C++14
MIT License
617 stars 57 forks source link

Release 1.13.0 #205

Closed Morwenn closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #205 (bcaa6b6) into master (9002866) will increase coverage by 0.00%. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #205   +/-   ##
=======================================
  Coverage   93.73%   93.73%           
=======================================
  Files         157      160    +3     
  Lines        6320     6368   +48     
=======================================
+ Hits         5924     5969   +45     
- Misses        396      399    +3     
Impacted Files Coverage Δ
include/cpp-sort/adapters/indirect_adapter.h 100.00% <ø> (ø)
include/cpp-sort/detail/container_aware/mel_sort.h 88.17% <ø> (ø)
include/cpp-sort/detail/introselect.h 44.60% <ø> (ø)
include/cpp-sort/detail/melsort.h 100.00% <ø> (ø)
include/cpp-sort/detail/pdqsort.h 97.75% <ø> (ø)
include/cpp-sort/detail/slabsort.h 100.00% <ø> (+5.68%) :arrow_up:
include/cpp-sort/utility/functional.h 100.00% <ø> (ø)
include/cpp-sort/comparators/flip.h 100.00% <100.00%> (ø)
include/cpp-sort/comparators/not_fn.h 100.00% <100.00%> (ø)
include/cpp-sort/comparators/projection_compare.h 100.00% <100.00%> (ø)
... and 20 more

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 ce9b49e...bcaa6b6. Read the comment docs.