-
-
Notifications
You must be signed in to change notification settings - Fork 46
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
Feat/coverage #493
Feat/coverage #493
Conversation
…e to use boost/ut to run the tests from a single program and gather coverage insights
Documentation needs to be updated (website, readme, contributing.md) to add a word or two about coverage, how we want to use it, how it works... |
Static analysis reportLizard reportListing only functions with cyclomatic complexity >= 15 or NLOC >= 100 or parameters >= 6.
Report about files you didn't modify in this PR
CppCheck reportReport files about files you didn't modify in this PR
|
d026024
to
955b12f
Compare
Fuzzing report/usr/local/bin/afl-whatsup status check tool for afl-fuzz by Michal Zalewski Summary stats
Cycles without finds : 0 [+] Captured 30037 tuples (map size 172396, highest value 255, total values 278100869) in '/dev/null'. |
f869d34
to
1612076
Compare
Description
Adding coverage support to guide the integration of new tests.
Checklist