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

safe-global / safe-client-gateway / 8094757329

29 Feb 2024 10:44AM UTC coverage: 93.543% (+0.3%) from 93.246%
8094757329

Pull #1227

github

iamacook
Add query params and adjust `Rank`
Pull Request #1227: Scaffold locking API data source

1676 of 2004 branches covered (83.63%)

Branch coverage included in aggregate %.

0 of 12 new or added lines in 4 files covered. (0.0%)

1 existing line in 1 file now uncovered.

6162 of 6375 relevant lines covered (96.66%)

348.91 hits per line

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

0.0
/src/datasources/locking-api/locking-api.module.ts
NEW
1
import { Global, Module } from '@nestjs/common';
×
NEW
2
import { ILockingApi } from '@/domain/interfaces/locking-api.interface';
×
NEW
3
import { LockingApi } from '@/datasources/locking-api/locking-api.service';
×
4

5
@Global()
6
@Module({
7
  providers: [{ provide: ILockingApi, useClass: LockingApi }],
8
  exports: [ILockingApi],
9
})
NEW
10
export class LockingApiModule {}
×
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