Skip to content

Commit 5d3c039

Browse files
committed
Switch to using my fork of coverex.
1 parent 9d28e07 commit 5d3c039

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ defmodule Sqlite.Ecto.Mixfile do
3131

3232
# Dependencies
3333
defp deps do
34-
[{:coverex, "~> 1.4.10", only: :coverage},
34+
[{:coverex, git: "https://github.com/scouten/coverex.git", branch: "fix-coveralls-output", only: :coverage},
3535
{:ex_doc, "~> 0.14.5", only: :dev},
3636
{:ecto, "~> 1.1"},
3737
{:poison, "~> 1.0"},

0 commit comments

Comments
 (0)