Ephigenia/circleboard2

View on GitHub
src/app/circle-ci.service.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function groupByWorkflows has 43 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  public groupByWorkflows(builds: any[]) {
    // iterate over all builds and put the jobs which belong to the same
    // workflow into a "jobs" attribuet of that build
    const groupedBuilds = builds.reduce((acc, build) => {
      if (!build.workflows) {
Severity: Minor
Found in src/app/circle-ci.service.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status