andyferris / Dictionaries.jl

An alternative interface for dictionaries in Julia, for improved productivity and performance
Other
278 stars 28 forks source link

Add support for sort!, sortkeys! and sortpairs! #71

Closed andyferris closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #71 (ce6b832) into master (a2d7392) will increase coverage by 0.74%. The diff coverage is 93.22%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #71      +/-   ##
==========================================
+ Coverage   75.34%   76.08%   +0.74%     
==========================================
  Files          19       19              
  Lines        1898     1974      +76     
==========================================
+ Hits         1430     1502      +72     
- Misses        468      472       +4     
Impacted Files Coverage Δ
src/AbstractDictionary.jl 86.33% <ø> (ø)
src/ArrayDictionary.jl 81.25% <ø> (+6.78%) :arrow_up:
src/Dictionaries.jl 100.00% <ø> (ø)
src/Indices.jl 88.10% <91.66%> (+0.13%) :arrow_up:
src/Dictionary.jl 74.26% <93.18%> (+6.55%) :arrow_up:
src/ArrayIndices.jl 96.59% <100.00%> (+0.12%) :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 a2d7392...ce6b832. Read the comment docs.