-
Notifications
You must be signed in to change notification settings - Fork 164
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
New - Included CIFuzz #1212
New - Included CIFuzz #1212
Conversation
naveensrinivasan
commented
Nov 19, 2022
- included cifuzz
- removed the make fuzz func which was running fuzz tests.
Codecov Report
@@ Coverage Diff @@
## main #1212 +/- ##
==========================================
- Coverage 63.27% 63.22% -0.06%
==========================================
Files 82 82
Lines 7670 7670
==========================================
- Hits 4853 4849 -4
- Misses 2205 2207 +2
- Partials 612 614 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Be aware that the fuzzers currently fail at runtime which will be fixed when this lands: google/oss-fuzz#8937 It might make sense to hold CIFuzz until then. The PR should land early next week. |
👍 |
This has now been merged. |
- included cifuzz - removed the make fuzz func which was running fuzz tests. Signed-off-by: naveensrinivasan <[email protected]>
Signed-off-by: naveensrinivasan <[email protected]>
Signed-off-by: naveensrinivasan <[email protected]>
c1ad360
to
18350e3
Compare
we have good coverage with oss-fuzz and no need to add these as a CI check at this time. |