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

safe-global / safe-client-gateway / 8902726747

30 Apr 2024 11:05PM CUT coverage: 92.174% (-0.05%) from 92.227%
8902726747

Pull #1495

github

web-flow
Merge 1022a0ff3 into 02bfbbdf7
Pull Request #1495: Use TestQueuesApiModule in controller tests

1923 of 2356 branches covered (81.62%)

Branch coverage included in aggregate %.

6899 of 7215 relevant lines covered (95.62%)

305.14 hits per line

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

0.0
/src/datasources/human-description-api/human-description-api.module.ts
1
import { Global, Module } from '@nestjs/common';
×
2
import { HumanDescriptionApi } from '@/datasources/human-description-api/human-description-api.service';
×
3
import { IHumanDescriptionApi } from '@/domain/interfaces/human-description-api.interface';
×
4

5
@Global()
6
@Module({
7
  providers: [{ provide: IHumanDescriptionApi, useClass: HumanDescriptionApi }],
8
  exports: [IHumanDescriptionApi],
9
})
10
export class HumanDescriptionApiModule {}
×
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

© 2025 Coveralls, Inc