Closed haberdashPI closed 2 years ago
Merging #16 (08006f0) into main (6235bd8) will increase coverage by
0.07%
. The diff coverage is100.00%
.:exclamation: Current head 08006f0 differs from pull request most recent head 67296cf. Consider uploading reports for the commit 67296cf to get more accurate results
@@ Coverage Diff @@
## main #16 +/- ##
==========================================
+ Coverage 97.72% 97.80% +0.07%
==========================================
Files 1 1
Lines 88 91 +3
==========================================
+ Hits 86 89 +3
Misses 2 2
Impacted Files | Coverage Δ | |
---|---|---|
src/StableHashTraits.jl | 97.80% <100.00%> (+0.07%) |
:arrow_up: |
:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more
This defines two new methods (as per title) that should ease customization of an object's hash method. Read through the new docstrings for more details.
TODO: