-
Notifications
You must be signed in to change notification settings - Fork 0
Restore test coverage in cdf #29
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededhigh-priorityHigh-priority itemHigh-priority item
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededhigh-priorityHigh-priority itemHigh-priority item
Type
Fields
Give feedbackNo fields configured for issues without a type.
Is your feature request related to a problem? Please describe.
The commit dccf809 regressed the coverage since it reimplemented most of the library.
Describe the solution you'd like
We need to test the library again, preferably with fuzzing techniques, or fuzzy-friendly frameworks.
For reference:
Describe alternatives you've considered
We can implement normal unit tests, but the branching coverage of these is usually harder to improve
Additional context
N/A