Inlife/nexrender

View on GitHub
packages/nexrender-provider-gs/src/index.js

Summary

Maintainability
A
1 hr
Test Coverage

Function upload has 47 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const upload = (job, settings, src, params) => {
    if (!params.bucket) {
        return Promise.reject(new Error('GCS bucket not provided.'))
    }
    if (!params.item) {
Severity: Minor
Found in packages/nexrender-provider-gs/src/index.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status