Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codecov/example-elixir
https://github.com/codecov/example-elixir
codecov coverage elixir mix
Last synced: about 3 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/codecov/example-elixir
- Owner: codecov
- License: mit
- Created: 2016-10-13T18:24:48.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-01-22T21:36:00.000Z (10 months ago)
- Last Synced: 2024-04-16T04:50:09.968Z (7 months ago)
- Topics: codecov, coverage, elixir, mix
- Language: Elixir
- Size: 8.79 KB
- Stars: 16
- Watchers: 13
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[Codecov][1] Elixir Example
=======================[![Build Status](https://travis-ci.org/codecov/example-elixir.svg?branch=master)](https://travis-ci.org/codecov/example-elixir) [![codecov](https://codecov.io/gh/codecov/example-elixir/branch/master/graph/badge.svg?token=)](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.1script:
- MIX_ENV=test mix do compile --warnings-as-errors, coveralls.jsonafter_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 [[email protected]](mailto:[email protected])
[1]: https://codecov.io/
[4]: https://github.com/codecov/codecov-bash