Skip to content

Commit

Permalink
add mix coveralls.html.all
Browse files Browse the repository at this point in the history
  • Loading branch information
woylie committed Sep 11, 2024
1 parent da7e72a commit 2b1b8c8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ defmodule Flop.MixProject do
"coveralls.detail": :test,
"coveralls.github": :test,
"coveralls.html": :test,
"coveralls.html.all": :test,
"coveralls.json": :test,
"coveralls.json.all": :test,
"coveralls.post": :test,
Expand Down Expand Up @@ -114,6 +115,10 @@ defmodule Flop.MixProject do
"test.postgres": &test_adapters(["postgres"], &1),
"test.sqlite": &test_adapters(["sqlite"], &1),
"test.adapters": &test_adapters/1,
"coveralls.html.all": [
"test.adapters --cover",
"coveralls.html --import-cover cover"
],
"coveralls.json.all": [
"test.adapters --cover",
"coveralls.json --import-cover cover"
Expand Down

0 comments on commit 2b1b8c8

Please sign in to comment.