Skip to content

Latest commit

 

History

20 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description or website provided.

Topics

Resources

Security policy

Stars

16 stars

Watchers

10 watching

Forks

Releases

Packages

Used by

Contributors

Languages