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

safe-global / safe-client-gateway / 19429294941

17 Nov 2025 12:16PM UTC coverage: 90.178%. First build
19429294941

push

github

web-flow
refactor: move all the features to the new module folder (#2802)

Refactored the entire codebase from the legacy folder structure to the new modular architecture.

2841 of 3527 branches covered (80.55%)

Branch coverage included in aggregate %.

1071 of 1082 new or added lines in 383 files covered. (98.98%)

13805 of 14932 relevant lines covered (92.45%)

590.56 hits per line

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

0.0
/src/modules/human-description/datasources/human-description-api.module.ts
1
import { Global, Module } from '@nestjs/common';
×
NEW
2
import { HumanDescriptionApi } from '@/modules/human-description/datasources/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

© 2026 Coveralls, Inc