MarvinJWendt / testza

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

feat(fuzz): make `FuzzUtilLimitSet` return random samples #200

Closed KarolosLykos closed 1 year ago

KarolosLykos commented 1 year ago

154

codecov[bot] commented 1 year ago

Codecov Report

Base: 86.97% // Head: 87.36% // Increases project coverage by +0.39% :tada:

Coverage data is based on head (a84d1bf) compared to base (461e53b). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #200 +/- ## ========================================== + Coverage 86.97% 87.36% +0.39% ========================================== Files 10 10 Lines 737 744 +7 ========================================== + Hits 641 650 +9 + Misses 58 57 -1 + Partials 38 37 -1 ``` | [Impacted Files](https://codecov.io/gh/MarvinJWendt/testza/pull/200?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Marvin+Wendt) | Coverage Δ | | |---|---|---| | [fuzz-utils.go](https://codecov.io/gh/MarvinJWendt/testza/pull/200?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Marvin+Wendt#diff-ZnV6ei11dGlscy5nbw==) | `92.68% <100.00%> (+7.38%)` | :arrow_up: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Marvin+Wendt). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Marvin+Wendt)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.