You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I managed to trace this through in the end. For anyone else, you can set a configuration option within tombstone.yml to your own function name. For example:
tombstones:
# Override the default Tombstone function name so it's parsed correctly on the analyzer
parser:
function_names: ['Tombstone::check']
Package version: 1.5.2
Description
When generating the HTML report using the analyzer, the "Source" figures aren't populated and the headline figures on "Dashboard" are missing.
The tombstone entries are logged fine when they're hit and the analyzer appears to scan the codebase fine.
We've wrapped the call to the
tombstone()
function with our own static method, could this be the cause?Tombstone::check();
To Reproduce
Additional Context
"Source" screen:

"Dashboard" screen:

The text was updated successfully, but these errors were encountered: