mirror of
https://github.com/codecov/codecov-action.git
synced 2025-12-23 20:27:02 +08:00
15 lines
320 B
YAML
15 lines
320 B
YAML
name: 'Codecov'
|
|
description: 'Github action that uploads coverage reports for this repository to codecov.io'
|
|
author: 'Ib @ Codecov'
|
|
inputs:
|
|
token:
|
|
description: 'Set the repository token'
|
|
branding:
|
|
color: 'red'
|
|
icon: 'umbrella'
|
|
runs:
|
|
using: 'docker'
|
|
image: 'Dockerfile'
|
|
args:
|
|
- ${{ inputs.token }}
|