Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pkg/util: Add fuzzer and ClusterfuzzLite #262

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

AdamKorcz
Copy link

@AdamKorcz AdamKorcz commented Jul 25, 2022

Signed-off-by: AdamKorcz Adam@adalogics.com

This PR adds a fuzzer to test the code that had issues in #240. The fuzzer is a go-fuzz fuzzer.
The PR also adds ClusterfuzzLite which will run the fuzzer when a PR gets made.

Signed-off-by: AdamKorcz <Adam@adalogics.com>
@codecov
Copy link

codecov bot commented Jul 26, 2022

Codecov Report

Merging #262 (087626e) into main (357c766) will decrease coverage by 0.34%.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##             main     #262      +/-   ##
==========================================
- Coverage   77.96%   77.61%   -0.35%     
==========================================
  Files          96       97       +1     
  Lines        2900     2913      +13     
==========================================
  Hits         2261     2261              
- Misses        467      480      +13     
  Partials      172      172              
Impacted Files Coverage Δ
pkg/util/fuzz.go 0.00% <0.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 a897fac...087626e. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant