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

safe-global / safe-client-gateway / 8141294235

04 Mar 2024 01:50PM UTC coverage: 93.154% (-0.6%) from 93.726%
8141294235

push

github

web-flow
Scaffold locking repository (#1229)

This adds a scaffold for the locking repository:

- Create `ILockingRepository`:
  - `getRank`
  - `getLeaderboard`
  - `getLockingHistory`
- Validation for locking events
- Validation for ranks

1690 of 2019 branches covered (83.7%)

Branch coverage included in aggregate %.

0 of 52 new or added lines in 7 files covered. (0.0%)

4 existing lines in 1 file now uncovered.

6256 of 6511 relevant lines covered (96.08%)

346.48 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 { Module } from '@nestjs/common';
×
2
import { ILockingApi } from '@/domain/interfaces/locking-api.interface';
×
3
import { LockingApi } from '@/datasources/locking-api/locking-api.service';
×
4

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