Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codecov/example-r
https://github.com/codecov/example-r
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/codecov/example-r
- Owner: codecov
- License: mit
- Created: 2015-03-14T05:08:48.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-01-22T20:34:16.000Z (11 months ago)
- Last Synced: 2024-08-13T07:13:32.442Z (4 months ago)
- Language: R
- Size: 69.3 KB
- Stars: 17
- Watchers: 26
- Forks: 39
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- jimsghstars - codecov/example-r - (R)
README
# [Codecov](https://codecov.io) R Example
[![codecov](https://codecov.io/github/codecov/example-r/branch/master/graphs/badge.svg)](https://codecov.io/github/codecov/example-r)
[![Build Status](https://img.shields.io/travis/codecov/example-r/master.svg)](https://travis-ci.org/codecov/example-r)
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fcodecov%2Fexample-r.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fcodecov%2Fexample-r?ref=badge_shield)## Guide
### Travis SetupAdd to your `.travis.yml` file.
```yml
language: rr_packages:
- covrafter_success:
- Rscript -e 'library(covr); 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-r.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fcodecov%2Fexample-r?ref=badge_large)