mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-14 15:07:25 +00:00
add action yml
This commit is contained in:
parent
7a4fef29fd
commit
fcf106bb6b
1 changed files with 14 additions and 0 deletions
14
codecov/action.yml
Normal file
14
codecov/action.yml
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
name: 'Codecov'
|
||||||
|
description: 'Upload coverage to Codecov'
|
||||||
|
# inputs:
|
||||||
|
# who-to-greet: # id of input
|
||||||
|
# description: 'Who to greet'
|
||||||
|
# required: true
|
||||||
|
# default: 'World'
|
||||||
|
# outputs:
|
||||||
|
# time: # id of output
|
||||||
|
# description: 'The time we did the greeting'
|
||||||
|
branding:
|
||||||
|
color: 'red' # optional, decorates the entry in the GitHub Marketplace
|
||||||
|
icon: 'umbrella'
|
||||||
|
runs: './entrypoint.js'
|
||||||
Loading…
Reference in a new issue