I’ve got a PR that’s failure due to missing code coverage:
My question is; where are these coverage results pulled from?
It would make sense to add any additional tests alongside the existing ones, but I’m not sure if there are existing tests covering src/util-file.c.
If I need to create a new test, should I just add a new file into src/tests ? Do those tests link against everything?
Or should I use the UtRegisterTest() call which is used in various other util-*.c files?
Thanks,
Jeff