Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atrox/codecov-action
A GitHub action that sends your code coverage to codecov.io
https://github.com/atrox/codecov-action
action code-coverage codecov coverage github-action
Last synced: 15 days ago
JSON representation
A GitHub action that sends your code coverage to codecov.io
- Host: GitHub
- URL: https://github.com/atrox/codecov-action
- Owner: Atrox
- License: mit
- Created: 2019-05-21T11:56:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-16T12:33:07.000Z (over 3 years ago)
- Last Synced: 2024-08-01T16:35:27.324Z (3 months ago)
- Topics: action, code-coverage, codecov, coverage, github-action
- Language: Dockerfile
- Homepage: https://github.com/marketplace/actions/codecov-action
- Size: 48.8 KB
- Stars: 8
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> ⚠️ **Notice**: Please use the recently released offical [codecov/codecov-action](https://github.com/codecov/codecov-action)
# Codecov GitHub Action
[![GitHub Marketplace](https://img.shields.io/badge/GitHub_Marketplace-v0.1.2-undefined.svg?logo=github&logoColor=white&style=flat-square)](https://github.com/marketplace/actions/codecov-action)
A GitHub action that sends your code coverage to [codecov.io](https://codecov.io)
# Usage
This action requires that you set the secret `CODECOV_TOKEN`. You can find it under settings in your [codecov.io project](https://codecov.io).# Example
```
action "send coverage to codecov" {
uses = "Atrox/[email protected]"
secrets = ["CODECOV_TOKEN"]
}
```