Bamieh/reflow

View on GitHub
packages/reflow-core/src/reflow.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function runFlows has 36 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  runFlows() {
    const flowsList = Object.values(this.flows);
    console.log(`${flowsList.length} total flows.`)
    let totalCombinations = 0;
    const matrices = flowsList.map(({name, fn}) => {
Severity: Minor
Found in packages/reflow-core/src/reflow.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status