< Summary

Information
Class: healthz.live.tsx
Assembly: app.routes
File(s): /home/runner/work/ClutterStock/ClutterStock/frontend/app/routes/healthz.live.tsx
Tag: 58_25416222083
Line coverage
0%
Covered lines: 0
Uncovered lines: 4
Coverable lines: 4
Total lines: 12
Line coverage: 0%
Branch coverage
N/A
Covered branches: 0
Total branches: 0
Branch coverage: N/A
Method coverage

Feature is only available for sponsors

Upgrade to PRO version

Metrics

File(s)

/home/runner/work/ClutterStock/ClutterStock/frontend/app/routes/healthz.live.tsx

#LineLine coverage
 1import type { Route } from "./+types/healthz.live";
 2
 03export function loader(_args: Route.LoaderArgs) {
 04  return new Response("OK", {
 5    status: 200,
 6    headers: { "Content-Type": "text/plain; charset=utf-8" },
 7  });
 8}
 9
 010export default function HealthzLive() {
 011  return null;
 12}

Methods/Properties

loader()V
HealthzLive()V