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

safe-global / safe-client-gateway / 8114475824

01 Mar 2024 04:50PM UTC coverage: 93.683% (-0.2%) from 93.922%
8114475824

push

github

web-flow
Scaffold locking API data source (#1227)

This scaffolds a `ILockingApi`-based service, including functionality for leaderboard and locking history retrieval.

1687 of 2017 branches covered (83.64%)

Branch coverage included in aggregate %.

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

3 existing lines in 1 file now uncovered.

6203 of 6405 relevant lines covered (96.85%)

351.92 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