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

safe-global / safe-client-gateway / 11368494944

16 Oct 2024 03:06PM UTC coverage: 90.637% (-0.5%) from 91.148%
11368494944

Pull #1988

github

PooyaRaki
remove the redundant redefinition of the migration name.
Pull Request #1988: OrmMigrationAndLogger

2660 of 3258 branches covered (81.65%)

Branch coverage included in aggregate %.

89 of 159 new or added lines in 17 files covered. (55.97%)

8802 of 9388 relevant lines covered (93.76%)

409.98 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';
104✔
2
import { Inject, Injectable, type OnModuleInit } from '@nestjs/common';
104✔
3

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

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