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

Bahatisteven / vuga / 6c05cfcc-5aea-4247-a701-b472e8a0eb3a

16 Mar 2026 08:02PM UTC coverage: 59.005% (-11.1%) from 70.113%
6c05cfcc-5aea-4247-a701-b472e8a0eb3a

push

circleci

Bahatisteven
perf: optimize database queries, add security middleware, implement caching improvements

146 of 277 branches covered (52.71%)

Branch coverage included in aggregate %.

14 of 30 new or added lines in 10 files covered. (46.67%)

70 existing lines in 3 files now uncovered.

352 of 567 relevant lines covered (62.08%)

1.47 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/websocket/websocket.module.ts
1
import { Module } from '@nestjs/common';
×
2
import { TypeOrmModule } from '@nestjs/typeorm';
×
3
import { WebsocketService } from './websocket.service';
×
UNCOV
4
import { WebsocketGateway } from './websocket.gateway';
×
UNCOV
5
import { TranslationModule } from '../translation/translation.module';
×
UNCOV
6
import { CallModule } from '../call/call.module';
×
UNCOV
7
import { Call } from '../call/entities';
×
8

9
@Module({
10
  imports: [TypeOrmModule.forFeature([Call]), TranslationModule, CallModule],
11
  providers: [WebsocketGateway, WebsocketService],
12
})
UNCOV
13
export class WebsocketModule {}
×
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