https://github.com/codecov/example-elixir
https://github.com/codecov/example-elixir
codecov coverage elixir mix
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codecov/example-elixir
- Owner: codecov
- License: mit
- Created: 2016-10-13T18:24:48.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-01-22T21:36:00.000Z (almost 2 years ago)
- Last Synced: 2025-04-11T15:10:25.033Z (8 months ago)
- Topics: codecov, coverage, elixir, mix
- Language: Elixir
- Size: 8.79 KB
- Stars: 16
- Watchers: 11
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[Codecov][1] Elixir Example
=======================
[](https://travis-ci.org/codecov/example-elixir) [](https://codecov.io/gh/codecov/example-elixir)
This repository serves as an **example** on how to use [Codecov Global][4] for Elixir.
# Mix.exs
Add [excoveralls](https://hex.pm/packages/excoveralls) to your mix.exs deps.
# Travis CI
Add to your `.travis.yml` file.
```yml
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](https://docs.travis-ci.com/user/languages/elixir/) for more information.
View source and learn more about [Codecov Global Uploader][4]
We are happy to help if you have any questions. Please contact email our Support at [support@codecov.io](mailto:support@codecov.io)
[1]: https://codecov.io/
[4]: https://github.com/codecov/codecov-bash