circleci
70 of 95 branches covered (73.68%)
Branch coverage included in aggregate %.
84 of 626 new or added lines in 24 files covered. (13.42%)
219 existing lines in 7 files now uncovered.1366 of 2345 relevant lines covered (58.25%)
2.27 hits per line
|
NEW
|
import { StaticImageData } from "next/image";
|
|
|
NEW
|
|
× |
|
NEW
|
export interface ILogo {
|
× |
|
NEW
|
// image: HTMLImageElement;
|
× |
|
NEW
|
src: string | StaticImageData; |
× |
|
NEW
|
className?: string;
|
× |
|
NEW
|
} |
× |