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

safe-global / safe-client-gateway / 8094643395

29 Feb 2024 10:35AM UTC coverage: 93.556% (+0.3%) from 93.246%
8094643395

push

github

iamacook
Scaffold locking API data source

1677 of 2004 branches covered (83.68%)

Branch coverage included in aggregate %.

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

6163 of 6376 relevant lines covered (96.66%)

348.66 hits per line

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

0.0
/src/datasources/locking-api/locking-api.service.ts
1
import { ILockingApi } from '@/domain/interfaces/locking-api.interface';
2
import { LockingEvent } from '@/domain/locking/entities/locking-event.entity';
3
import { Rank } from '@/domain/locking/entities/rank.entity';
4

NEW
5
export class LockingApi implements ILockingApi {
×
6
  // eslint-disable-next-line @typescript-eslint/no-unused-vars
7
  async getRank(_safeAddress: string): Promise<Rank> {
NEW
8
    throw new Error('Method not implemented.');
×
9
  }
10

11
  async getLeaderboard(): Promise<Array<Rank>> {
NEW
12
    throw new Error('Method not implemented.');
×
13
  }
14

15
  // eslint-disable-next-line @typescript-eslint/no-unused-vars
16
  async getLockingHistory(_safeAddress: string): Promise<Array<LockingEvent>> {
NEW
17
    throw new Error('Method not implemented.');
×
18
  }
19
}
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

© 2026 Coveralls, Inc