pub async fn handle_test_report_email(
run_id: RunId,
step_id: StepInstanceId,
spec: Value,
pool: PgPool,
nats_client: Client,
tls_reloader: Arc<TlsReloader>,
) -> Result<()>Expand description
Handle test report email.
pub async fn handle_test_report_email(
run_id: RunId,
step_id: StepInstanceId,
spec: Value,
pool: PgPool,
nats_client: Client,
tls_reloader: Arc<TlsReloader>,
) -> Result<()>Handle test report email.