forked from irungentoo/toxcore
-
Notifications
You must be signed in to change notification settings - Fork 293
test: Add fuzz tests to the coverage run. #2547
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #2547 +/- ##
==========================================
+ Coverage 65.74% 68.13% +2.38%
==========================================
Files 110 118 +8
Lines 27687 28162 +475
==========================================
+ Hits 18203 19188 +985
+ Misses 9484 8974 -510 ☔ View full report in Codecov by Sentry. |
So we don't need to write so many edge case tests ourselves for things like parsers, which really don't need those manual tests, as long as we can check for some properties like "can output the parsed data and it'll be the same as the input".
This change is