https://github.com/codecov/example-erlang
https://github.com/codecov/example-erlang
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codecov/example-erlang
- Owner: codecov
- License: mit
- Created: 2015-06-12T19:49:05.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2024-01-22T20:35:15.000Z (almost 2 years ago)
- Last Synced: 2025-04-11T15:10:25.108Z (9 months ago)
- Language: Erlang
- Size: 11.7 KB
- Stars: 4
- Watchers: 10
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# [Codecov](https://codecov.io) Erlang Example
[](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
[](https://app.fossa.com/projects/git%2Bgithub.com%2Fcodecov%2Fexample-erlang?ref=badge_large)