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

safe-global / safe-client-gateway / 8537682056

03 Apr 2024 11:10AM UTC coverage: 93.059% (-0.08%) from 93.138%
8537682056

push

github

iamacook
Add `AuthApiModule` datasource

1866 of 2259 branches covered (82.6%)

Branch coverage included in aggregate %.

36 of 41 new or added lines in 5 files covered. (87.8%)

2 existing lines in 2 files now uncovered.

6527 of 6760 relevant lines covered (96.55%)

361.14 hits per line

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

0.0
/src/datasources/auth-api/auth-api.module.ts
NEW
1
import { SiweApi } from '@/datasources/auth-api/siwe-api.service';
×
NEW
2
import { IAuthApi } from '@/domain/interfaces/auth-api.interface';
×
NEW
3
import { Module } from '@nestjs/common';
×
4

5
@Module({
6
  providers: [{ provide: IAuthApi, useClass: SiweApi }],
7
  exports: [IAuthApi],
8
})
NEW
9
export class AuthApiModule {}
×
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