gitlabhq/gitlab-ci

View on GitHub
app/models/build.rb

Summary

Maintainability
A
3 hrs
Test Coverage

Class Build has 28 methods (exceeds 20 allowed). Consider refactoring.
Open

class Build < ActiveRecord::Base
  LAZY_ATTRIBUTES = ['trace']

  belongs_to :commit
  belongs_to :project
Severity: Minor
Found in app/models/build.rb - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status