Skip to content

Conversation

@mastersans
Copy link
Member

fixes: #3443

Added the fuzzing.yml file for performing fuzz testing in rotation on 07.00 UTC every Monday with 60 min timeout only on the Main Repo.
I opened this PR for initial review, also needed guidance for handling the errors or exception,
I used the fuzz_main , fuzz_go and fuzz_cyclonedx script for testing all of them ran fine.

@codecov-commenter
Copy link

codecov-commenter commented Oct 25, 2023

Codecov Report

Merging #3467 (149d1e2) into main (b77e6a4) will increase coverage by 5.12%.
Report is 4 commits behind head on main.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #3467      +/-   ##
==========================================
+ Coverage   74.82%   79.95%   +5.12%     
==========================================
  Files         758      758              
  Lines       11616    11616              
  Branches     1571     1571              
==========================================
+ Hits         8692     9287     +595     
+ Misses       2581     1910     -671     
- Partials      343      419      +76     
Flag Coverage Δ
longtests 74.81% <ø> (-0.02%) ⬇️
win-longtests 77.94% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

see 24 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Copy link
Collaborator

@terriko terriko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks like it'll do the trick, and if we decide we want to do more it should be easy to extend. Thank you so much!

@terriko terriko merged commit f3f7037 into intel:main Oct 25, 2023
@mastersans mastersans deleted the CI-fuzzing branch October 26, 2023 06:39
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.

ci: create Github Actions configs for fuzzing

3 participants