Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.1 KB

File metadata and controls

37 lines (24 loc) · 1.1 KB

Codecov Elixir Example

Build Status codecov

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 support@codecov.io