Files
codecov-action/action.yml
“ibrahim0814” caffaa27c7 add file path param
2019-08-07 10:51:41 -07:00

20 lines
434 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
file:
description: 'Path to coverage file'
required: false
branding:
color: 'red'
icon: 'umbrella'
runs:
using: 'docker'
image: 'Dockerfile'
args:
- ${{ inputs.token }}
- ${{ inputs.file }}