ThinkDeepTech/thinkdeep

View on GitHub
packages/deep-microservice-analysis/src/microservice.js

Summary

Maintainability
A
1 hr
Test Coverage

Function listen has 44 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  async listen() {
    this._logger.info(`Starting apollo server.`);
    await this._apolloServer.start();

    this._expressApp.disable('x-powered-by');
Severity: Minor
Found in packages/deep-microservice-analysis/src/microservice.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status