Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
remove deprecated logs:drains from coverage consideration
Browse files Browse the repository at this point in the history
  • Loading branch information
geemus committed Jul 30, 2012
1 parent ca0fdd5 commit 670cebe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/heroku/command/logs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ def index
raise(interrupt)
end

# :nocov:

# logs:drains
#
# DEPRECATED: use `heroku drains`
Expand All @@ -59,6 +61,8 @@ def drains
Heroku::Command::Drains.new.index
end

# :nocov:

protected

COLORS = %w( cyan yellow green magenta red )
Expand Down

0 comments on commit 670cebe

Please sign in to comment.