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

safe-global / safe-client-gateway / 11121990504

01 Oct 2024 08:55AM CUT coverage: 90.708% (-0.02%) from 90.73%
11121990504

Pull #1984

github

iamacook
Handle malformed `multiSend` decoding errors
Pull Request #1984: Handle malformed `multiSend` decoding errors

2555 of 3184 branches covered (80.24%)

Branch coverage included in aggregate %.

17 of 17 new or added lines in 1 file covered. (100.0%)

8486 of 8988 relevant lines covered (94.41%)

442.19 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