Skip to content

Commit

Permalink
Update README examples (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
solar05 committed Oct 11, 2023
1 parent 97476ce commit 55686be
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -46,7 +46,8 @@ def project do
coveralls: :test,
"coveralls.detail": :test,
"coveralls.post": :test,
"coveralls.html": :test
"coveralls.html": :test,
"coveralls.cobertura": :test
]
# if you want to use espec,
# test_coverage: [tool: ExCoveralls, test_task: "espec"]
Expand All @@ -55,7 +56,7 @@ end

defp deps do
[
{:excoveralls, "~> 0.10", only: :test},
{:excoveralls, "~> 0.18", only: :test},
]
end
```
Expand Down

0 comments on commit 55686be

Please sign in to comment.