semrel-extra/zx-bulk-release

View on GitHub
src/main/js/api/gh.js

Summary

Maintainability
A
1 hr
Test Coverage
D
62%

Function ghRelease has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const ghRelease = async (pkg) => {
  const {ghBasicAuth: basicAuth, ghToken, ghAssets} = pkg.config
  if (!ghToken) return null

  log({pkg})('create gh release')
Severity: Minor
Found in src/main/js/api/gh.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status