flier / pyfasthash

Python Non-cryptographic Hash Library
Apache License 2.0
281 stars 52 forks source link

add github workflow #51

Closed flier closed 3 years ago

flier commented 3 years ago

solved #30 #33 #35 #38 #39 #42 #44 #48 #49

codecov[bot] commented 3 years ago

Codecov Report

Merging #51 (dd4b94f) into master (46ce41f) will decrease coverage by 19.29%. The diff coverage is 52.38%.

:exclamation: Current head dd4b94f differs from pull request most recent head 364711d. Consider uploading reports for the commit 364711d to get more accurate results Impacted file tree graph

@@             Coverage Diff             @@
##           master      #51       +/-   ##
===========================================
- Coverage   94.83%   75.53%   -19.30%     
===========================================
  Files          12       13        +1     
  Lines         329      421       +92     
  Branches       25        0       -25     
===========================================
+ Hits          312      318        +6     
- Misses         17      103       +86     
Flag Coverage Δ
unittests 75.53% <52.38%> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/Highway.h 0.00% <0.00%> (ø)
src/MetroHash.h 71.42% <ø> (-28.58%) :arrow_down:
src/Hash.h 61.22% <26.92%> (-26.01%) :arrow_down:
src/SpookyHash.h 60.00% <55.55%> (-40.00%) :arrow_down:
pyhash/__init__.py 100.00% <100.00%> (ø)
src/Hash.cpp 100.00% <100.00%> (ø)
src/FNV1.h 60.00% <0.00%> (-40.00%) :arrow_down:
src/MurmurHash.h 63.33% <0.00%> (-36.67%) :arrow_down:
src/Lookup3.h 66.66% <0.00%> (-33.34%) :arrow_down:
... and 7 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 29b5241...364711d. Read the comment docs.