Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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"]
}
```