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

safe-global / safe-client-gateway / 11742396341

08 Nov 2024 12:47PM CUT coverage: 89.228% (+0.002%) from 89.226%
11742396341

Pull #2109

github

iamacook
Don't allow empty/hex strings to be validated as numeric strings
Pull Request #2109: Don't allow empty/hex strings to be validated as numeric strings

2645 of 3314 branches covered (79.81%)

Branch coverage included in aggregate %.

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

8968 of 9701 relevant lines covered (92.44%)

428.81 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