rklaehn / radixtree

A fast and generic immutable radix tree for scala
Apache License 2.0
96 stars 14 forks source link

Cats hash and algebra.instances #11

Closed rintcius closed 6 years ago

rintcius commented 6 years ago
codecov-io commented 6 years ago

Codecov Report

Merging #11 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #11   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           6      6           
  Lines         371    371           
  Branches       96     97    +1     
=====================================
  Hits          371    371
Impacted Files Coverage Δ
src/main/scala/com/rklaehn/radixtree/package.scala 100% <ø> (ø) :arrow_up:
src/main/scala/com/rklaehn/radixtree/Memo.scala 100% <ø> (ø) :arrow_up:
...c/main/scala/com/rklaehn/radixtree/RadixTree.scala 100% <ø> (ø) :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 87d6497...aa4ce85. Read the comment docs.