Skip to content

Commit

Permalink
Add codecov instruction on test CircleCi config
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamingechoes committed May 12, 2017
1 parent 7e1b156 commit d9d2c0f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ machine:
environment:
PATH: "$HOME/.asdf/bin:$HOME/.asdf/shims:$PATH"
MIX_ENV: ci
GIPHY_API_KEY: dc6zaTOxFJmzC
GIPHY_API_KEY: dc6zaTOxFJmzC

dependencies:
cache_directories:
Expand All @@ -24,5 +24,6 @@ dependencies:
test:
override:
- mix test
- mix coveralls.circle
post:
- bash <(curl -s https://codecov.io/bash)

0 comments on commit d9d2c0f

Please sign in to comment.