An open API service indexing awesome lists of open source software.

https://github.com/codecov/example-erlang


https://github.com/codecov/example-erlang

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# [Codecov](https://codecov.io) Erlang Example
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fcodecov%2Fexample-erlang.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fcodecov%2Fexample-erlang?ref=badge_shield)

## Guide

### Travis Setup

Add to your `.travis.yml` file.
```yml
language: erlang
install:
pip install codecov
after_success:
- codecov
```

## Caveats
### Private Repo
Repository tokens are required for (a) all private repos, (b) public repos not using Travis-CI, CircleCI or AppVeyor. Find your repository token at Codecov and provide via appending `-t ` to you where you upload reports.

## Links
- [Community Boards](https://community.codecov.io)
- [Support](https://codecov.io/support)
- [Documentation](https://docs.codecov.io)

## License
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fcodecov%2Fexample-erlang.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fcodecov%2Fexample-erlang?ref=badge_large)