INTO-CPS-Association/DTaaS

View on GitHub
client/src/util/gitlabDigitalTwin.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function execute has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  async execute(runnerTag: string): Promise<boolean> {
    const projectId = await this.gitlabInstance.getProjectId();
    const triggerToken =
      projectId && (await this.gitlabInstance.getTriggerToken(projectId));

Severity: Minor
Found in client/src/util/gitlabDigitalTwin.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status