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

safe-global / safe-client-gateway / 8817207246

24 Apr 2024 01:15PM UTC coverage: 92.337% (+0.03%) from 92.306%
8817207246

Pull #1451

github

hectorgomezv
Update docker-compose redis-stack image to 7.2.0-v10
Pull Request #1451: Update docker-compose redis image

1929 of 2348 branches covered (82.16%)

Branch coverage included in aggregate %.

6964 of 7283 relevant lines covered (95.62%)

312.51 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