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

safe-global / safe-client-gateway / 11918549579

19 Nov 2024 05:34PM CUT coverage: 89.529% (-0.007%) from 89.536%
11918549579

push

github

web-flow
Remove unused variables from .env.sample and docker-compose files (#2145)

2727 of 3390 branches covered (80.44%)

Branch coverage included in aggregate %.

9166 of 9894 relevant lines covered (92.64%)

426.23 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