Skip to content

Commit

Permalink
Coveralls.
Browse files Browse the repository at this point in the history
  • Loading branch information
am-kantox committed Jan 15, 2018
1 parent 8cd431d commit 3d0f167
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- run: mix deps.get

- run: mix credo
- run: mix coveralls.json
- run: bash <(curl -s https://codecov.io/bash)
- run: MIX_ENV=test mix coveralls.json
- run: MIX_ENV=test bash <(curl -s https://codecov.io/bash)

- run: mix test

0 comments on commit 3d0f167

Please sign in to comment.