module Coveralls::Configuration

Public Class Methods

root() click to toggle source
# File lib/huginn_agent/patches/coverage.rb, line 7
def self.root
  File.expand_path(File.join(Dir.pwd, '../..'))
end