gofrs / uuid

A UUID package for Go
MIT License
1.55k stars 108 forks source link

Update fuzz tests to use go fuzz features #148

Closed cameracker closed 3 weeks ago

cameracker commented 2 months ago

This PR implements #147. Now, we use the fuzz test features built into go test.

This PR also replaces the go-fuzz tests and their accompanying corpus.

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (22c52c2) to head (2206317). Report is 26 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #148 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 4 5 +1 Lines 513 447 -66 ========================================= - Hits 513 447 -66 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.