takahitomiyamoto/heat-sfdx-tooling

View on GitHub
src/custom-calls/spec-apex/batch.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function runBatch has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export async function runBatch(auth: authorization) {
  // create ApexClassMembers / ApexTriggerMembers
  const apexMembers = await asyncCreateApexMembers(auth);

  // create ContainerAsyncRequest
Severity: Minor
Found in src/custom-calls/spec-apex/batch.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status