codecov-action/action.yml
“ibrahim0814” 1094133f78
close quote
2019-08-06 18:05:23 -07:00

23 lines
660 B
YAML

name: 'Codecov'
description: 'Github action that uploads coverage reports for this repository to codecov.io'
author: 'Ib @ Codecov'
inputs:
conf:
description: 'Used to specify the location of the codecov.yml config file'
default: 'codecov.yml'
file:
description: 'Path to the code coverage data file to upload'
default: ''
flags:
description: 'Flag the upload to group coverage metrics (e.g. unittests | integration | ui,chrome)'
default: ''
token:
description: 'Set the private repository token'
branding:
color: 'red'
icon: 'umbrella'
runs:
using: 'docker'
image: 'Dockerfile'
args:
- ${{ inputs.token }}