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

safe-global / safe-client-gateway-nest / 5941127155

22 Aug 2023 03:52PM UTC coverage: 92.245%. First build
5941127155

Pull #631

github

GitHub
Merge daff89e0f into c8aa71879
Pull Request #631:

966 of 1156 branches covered (83.56%)

Branch coverage included in aggregate %.

127 of 144 new or added lines in 22 files covered. (88.19%)

4494 of 4763 relevant lines covered (94.35%)

72.34 hits per line

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

0.0
/src/main.ts
1
import { AppModule } from './app.module';
×
2
import { IConfigurationService } from './config/configuration.service.interface';
×
3
import { DefaultAppProvider } from './app.provider';
×
4

5
async function bootstrap() {
6
  const app = await new DefaultAppProvider().provide(AppModule);
×
7

8
  // TODO: Remove this before merging PR
NEW
9
  app.enableCors();
×
10

11
  const configurationService: IConfigurationService =
12
    app.get<IConfigurationService>(IConfigurationService);
×
13
  const applicationPort: string =
14
    configurationService.getOrThrow('applicationPort');
×
15

16
  await app.listen(applicationPort);
×
17
}
18

19
bootstrap();
×
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

© 2025 Coveralls, Inc