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

safe-global / safe-client-gateway / 21747150924

06 Feb 2026 10:23AM UTC coverage: 87.207% (-2.2%) from 89.395%
21747150924

Pull #2909

github

PooyaRaki
fix: fix lint errors
Pull Request #2909: Release 1.100.0

1016 of 1303 branches covered (77.97%)

Branch coverage included in aggregate %.

137 of 167 new or added lines in 15 files covered. (82.04%)

252 existing lines in 34 files now uncovered.

4519 of 5044 relevant lines covered (89.59%)

1788.12 hits per line

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

80.0
/src/datasources/db/v2/database-initialize.hook.ts
1
import { PostgresDatabaseService } from '@/datasources/db/v2/postgres-database.service';
100✔
2
import { Inject, Injectable, type OnModuleInit } from '@nestjs/common';
100✔
3

4
@Injectable()
5
export class DatabaseInitializeHook implements OnModuleInit {
100✔
6
  public constructor(
7
    @Inject(PostgresDatabaseService)
8
    private readonly postgresDatabaseService: PostgresDatabaseService,
16✔
9
  ) {}
10

11
  public async onModuleInit(): Promise<void> {
UNCOV
12
    await this.postgresDatabaseService.initializeDatabaseConnection();
×
13
  }
14
}
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