MarvinJWendt / testza

Full-featured test framework for Go! Assertions, fuzzing, input testing, output capturing, and much more! 🍕
MIT License
417 stars 21 forks source link

feat(configuration): added `SetRandomSeed` #61

Closed MarvinJWendt closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #61 (54f5000) into main (3e27d06) will increase coverage by 0.07%. The diff coverage is 100.00%.

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

@@            Coverage Diff             @@
##             main      #61      +/-   ##
==========================================
+ Coverage   88.41%   88.49%   +0.07%     
==========================================
  Files          10       10              
  Lines         613      617       +4     
==========================================
+ Hits          542      546       +4     
  Misses         37       37              
  Partials       34       34              
Impacted Files Coverage Δ
configuration.go 100.00% <100.00%> (ø)
testza.go 100.00% <100.00%> (ø)

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 3e27d06...b00ef2c. Read the comment docs.