Skip to content

Commit

Permalink
Fixed coverage?
Browse files Browse the repository at this point in the history
  • Loading branch information
th0mas committed Jul 18, 2020
1 parent b1f2a92 commit a9b34aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ before_install:
- mix local.rebar --force
- mix archive.install --force hex nerves_bootstrap
script:
- mix do test, coveralls.json
- mix do setup, coveralls.json
after_success:
- bash <(curl -s https://codecov.io/bash)
env:
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ defmodule SmartHomeFirmware.MixProject do
deps: deps(),
releases: [{@app, release()}],
test_coverage: [tool: ExCoveralls],
preferred_cli_target: [run: :host, test: :host]
preferred_cli_target: [run: :host, test: :host, coveralls: :test, "coveralls.detail": :test, "coveralls.post": :test, "coveralls.html": :test]
]
end

Expand Down

0 comments on commit a9b34aa

Please sign in to comment.