statlab / cryptorandom

Pseudorandom number generators based on cryptographic hash functions
https://statlab.github.io/cryptorandom/
BSD 2-Clause "Simplified" License
3 stars 10 forks source link

Temporary fix for coverage report #36

Closed jarrodmillman closed 3 years ago

codecov-io commented 3 years ago

Codecov Report

Merging #36 (4da40dc) into master (a667320) will increase coverage by 84.16%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #36       +/-   ##
===========================================
+ Coverage    0.00%   84.16%   +84.16%     
===========================================
  Files           6        6               
  Lines         644      644               
  Branches        0       84       +84     
===========================================
+ Hits            0      542      +542     
+ Misses        644       86      -558     
- Partials        0       16       +16     
Impacted Files Coverage Δ
cryptorandom/sample.py 84.68% <0.00%> (+84.68%) :arrow_up:
cryptorandom/cryptorandom.py 92.47% <0.00%> (+92.47%) :arrow_up:
cryptorandom/tests/test_cryptorandom.py 95.89% <0.00%> (+95.89%) :arrow_up:
cryptorandom/__init__.py 100.00% <0.00%> (+100.00%) :arrow_up:
cryptorandom/tests/test_sample.py 100.00% <0.00%> (+100.00%) :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 a667320...4da40dc. Read the comment docs.