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

safe-global / safe-client-gateway / 6228254389

18 Sep 2023 09:32PM UTC coverage: 92.077% (-0.02%) from 92.093%
6228254389

Pull #697

github

web-flow
build(deps): bump docker/build-push-action from 4 to 5

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4 to 5.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v4...v5)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Pull Request #697: build(deps): bump docker/build-push-action from 4 to 5

1192 of 1418 branches covered (0.0%)

Branch coverage included in aggregate %.

4561 of 4830 relevant lines covered (94.43%)

150.85 hits per line

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

0.0
/src/app.module.e2e-spec.ts
1
import { Test } from '@nestjs/testing';
×
2
import { AppModule } from './app.module';
×
3

4
describe('Application bootstrap', () => {
×
5
  it('should init the app', async () => {
×
6
    const moduleRef = await Test.createTestingModule({
×
7
      imports: [AppModule],
8
    }).compile();
9

10
    const app = moduleRef.createNestApplication();
×
11
    await app.init();
×
12
    expect(app).toBeDefined();
×
13
    await app.close();
×
14
  });
15
});
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