engyon / enprot

enprot command line tool for Engyon
1 stars 1 forks source link

tests: Make pbkdf_cache test more reliable. #36

Closed dewyatt closed 4 years ago

dewyatt commented 4 years ago

This sometimes fails in CI so this widens the gap to make it consistently pass.

codecov[bot] commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #36   +/-   ##
=======================================
  Coverage   66.57%   66.57%           
=======================================
  Files           8        8           
  Lines        1110     1110           
  Branches      248      248           
=======================================
  Hits          739      739           
  Misses        161      161           
  Partials      210      210

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 fe219db...f2f858c. Read the comment docs.

ronaldtse commented 4 years ago

Makes sense. Thanks!