groundhogg/steps/{type}/reporting/before
This Groundhogg hook used to add a custom data in the reporting view of the step before the inbuilt reporting view. Here, type can be a benchmark or action.
do_action( "groundhogg/steps/{type}/reporting/before", $step );
This hook provides the object of the Groundhogg step class as an argument to work within your custom code.