push
github
2100 of 3363 branches covered (62.44%)
282 of 757 new or added lines in 74 files covered. (37.25%)
14879 existing lines in 182 files now uncovered.25574 of 98035 relevant lines covered (26.09%)
5.17 hits per line
UNCOV
1
|
import { Module } from '@nestjs/common'; |
|
UNCOV
2
|
import { TerminusModule } from '@nestjs/terminus'; |
× |
UNCOV
3
|
import { HealthController } from './health.controller'; |
× |
UNCOV
4
|
|
× |
UNCOV
5
|
@Module({
|
× |
UNCOV
6
|
imports: [TerminusModule],
|
× |
UNCOV
7
|
controllers: [HealthController], |
× |
UNCOV
8
|
}) |
× |
UNCOV
9
|
export class HealthModule {} |
× |