Skip to content

Commit

Permalink
Update info for coveralls.html task
Browse files Browse the repository at this point in the history
  • Loading branch information
parroty committed Feb 20, 2016
1 parent 31564c8 commit cb93312
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
0.5.0
------
#### Enhancements
* Add HTMLCov style reports (#40).
- Support `mix coveralls.html` task.

0.4.6
------
#### Enhancements
Expand Down
3 changes: 3 additions & 0 deletions lib/excoveralls/task/util.ex
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ Usage: mix coveralls.detail [--filter file-name-pattern]
Used to display coverage with detail
[--filter file-name-pattern] can be used to limit the files to be displayed in detail.
Usage: mix coveralls.html
Used to display coverage information at the source-code level formatted as an HTML page.
Usage: mix coveralls.travis [--pro]
Used to post coverage from Travis CI server.
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule ExCoveralls.Mixfile do

def project do
[ app: :excoveralls,
version: "0.4.7",
version: "0.5.0",
elixir: "~> 1.0",
deps: deps,
description: description,
Expand Down

0 comments on commit cb93312

Please sign in to comment.