Improve test coverage for codebase #63
Labels
enhancement
New feature or request
good first issue
Good for newcomers
grab-bag
Issues that cover multiple smaller issues
help wanted
Extra attention is needed
The code coverage of our tests is good, but not as good as we'd like it to be. In particular, I see some obvious candidates for new tests.
In
perf
stack collapsing (see coverage report):perf
trace with an empty line.perf
trace with a "weird" event line.perf
trace with a "process name".perf
trace with an inline Java function.perf
trace with a "weird" stack line.In DTrace stack collapsing (see coverage report):
::
, but not a trailing argument list.Stack collapsing in general:
collapse_file
.collapse_file
onSTDIN
.In
flamegraph
(see coverage report):hash
).The text was updated successfully, but these errors were encountered: