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

safe-global / safe-client-gateway / 8554395800

04 Apr 2024 12:11PM UTC coverage: 93.081% (+0.03%) from 93.049%
8554395800

push

github

web-flow
Add `AuthApiModule` datasource (#1357)

1874 of 2263 branches covered (82.81%)

Branch coverage included in aggregate %.

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

6547 of 6784 relevant lines covered (96.51%)

360.06 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