Files
codecov-action/action.yml
2019-08-06 18:27:47 -07:00

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 }}