Files
codecov-action/action.yml
“ibrahim0814” e49c256d4a try using no args
2019-08-07 18:05:04 -07:00

28 lines
757 B
YAML

name: 'Codecov'
description: 'GitHub Action that uploads coverage reports for your repository to codecov.io'
author: 'Ibrahim Ali <@ibrahim0814> | Codecov'
inputs:
name:
description: 'User defined upload name. Visible in Codecov UI'
required: false
token:
description: 'Set the repository token'
required: false
file:
description: 'Path to coverage file to upload'
required: false
flags:
description: 'Flag upload to group coverage metrics (e.g. unittests | integration | ui,chrome)'
required: false
branding:
color: 'red'
icon: 'umbrella'
runs:
using: 'docker'
image: 'Dockerfile'
# args:
# - ${{ inputs.name }}
# - ${{ inputs.token }}
# - ${{ inputs.file }}
# - ${{ inputs.flags }}