example-elixir
example-elixir copied to clipboard
Codecov Elixir Example
This repository serves as an example on how to use Codecov Global for Elixir.
Mix.exs
Add excoveralls to your mix.exs deps.
Travis CI
Add to your .travis.yml file.
language: elixir
elixir:
- 1.3.4
otp_release:
- 19.1
script:
- MIX_ENV=test mix do compile --warnings-as-errors, coveralls.json
after_success:
- bash <(curl -s https://codecov.io/bash)
See the Travis CI documentation for more information.
View source and learn more about Codecov Global Uploader
We are happy to help if you have any questions. Please contact email our Support at [email protected]