Skip to content

Draft: Add fuzzing to coverages

Spindel 🕷 Ljungmark requested to merge fuzzing into main

this is a Draft and is NOT intended to be merged as-is.

I wanted to explore fuzz-testing of our internal API's, so this code ends up exposing certain functions and structs as public, even if they aren't meant for public consumption, just so they can be fuzz-tested.

I do not have a good solution for that, thus here we are.

Merge request reports