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 { NextController } from './next.controller'; |
× |
UNCOV
3
|
import { NextService } from './next.service'; |
× |
UNCOV
4
|
|
× |
UNCOV
5
|
@Module({
|
× |
UNCOV
6
|
providers: [NextService],
|
× |
UNCOV
7
|
controllers: [NextController], |
× |
UNCOV
8
|
}) |
× |
UNCOV
9
|
export class NextModule {} |
× |