Files
codecov-action/action.yml
2019-08-06 21:27:20 -07:00

16 lines
340 B
YAML

name: 'Codecov'
description: 'Github action that uploads coverage reports for your repository to codecov.io'
author: 'Ib @ Codecov'
inputs:
token:
description: 'Set the repository token'
required: false
branding:
color: 'red'
icon: 'umbrella'
runs:
using: 'docker'
image: 'Dockerfile'
args:
- ${{ inputs.token }}