push
github
120 of 150 branches covered (0.0%)
Branch coverage included in aggregate %.
28 of 32 new or added lines in 3 files covered. (87.5%)
6 existing lines in 2 files now uncovered.915 of 1038 relevant lines covered (88.15%)
19.16 hits per line
1 |
import React from "react";
|
1✔ |
2 |
|
|
UNCOV
3
|
export default function User({ data }: { data: string }) { |
× |
UNCOV
4
|
return <h1>Hello {data}</h1>;
|
× |
UNCOV
5
|
} |
× |