codecov-action icon indicating copy to clipboard operation
codecov-action copied to clipboard

A GitHub action that sends your code coverage to codecov.io

⚠️ Notice: Please use the recently released offical codecov/codecov-action

Codecov GitHub Action

GitHub Marketplace

A GitHub action that sends your code coverage to codecov.io

Usage

This action requires that you set the secret CODECOV_TOKEN. You can find it under settings in your codecov.io project.

Example

action "send coverage to codecov" {
  uses = "Atrox/[email protected]"
  secrets = ["CODECOV_TOKEN"]
}