app/workers/nightly_build_github_worker.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method do_build has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    def do_build
      logger.debug("Running nightly build for #{project.project_name} (#{repo_full_name})")
      # TODO: build_service could be injected instead of referenced like this
      build_service = FastlaneCI::Services.build_service

Severity: Minor
Found in app/workers/nightly_build_github_worker.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status