• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

nestjs / nest / d3f57cad-e33f-4fd0-9564-51adb859cfbc
90%
master: 90%

Build:
Build:
LAST BUILD BRANCH: dependabot/npm_and_yarn/typescript-eslint/parser-8.57.2
DEFAULT BRANCH: master
Ran 26 Mar 2025 01:46AM UTC
Jobs 1
Files 350
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

26 Mar 2025 01:39AM UTC coverage: 89.296%. Remained the same
d3f57cad-e33f-4fd0-9564-51adb859cfbc

Pull #14865

circleci

web-flow
Create new-module.module.ts

import { Module } from '@nestjs/common';
import { NewModuleService } from './new-module.service';
import { NewModuleController } from './new-module.controller';

@Module({
  controllers: [NewModuleController],
  providers: [NewModuleService],
})
export class NewModuleModule {}
Pull Request #14865: Create new-module.module.ts

2676 of 3365 branches covered (79.52%)

7149 of 8006 relevant lines covered (89.3%)

16.35 hits per line

Jobs
ID Job ID Ran Files Coverage
1 d3f57cad-e33f-4fd0-9564-51adb859cfbc.1 26 Mar 2025 01:46AM UTC 350
89.3
Source Files on build d3f57cad-e33f-4fd0-9564-51adb859cfbc
  • Tree
  • List 350
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • CircleCI Build #D3F57CAD...
  • Pull Request #14865
  • PR Base - master (#E8CB7FB3...)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc