mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-08 03:57:26 +00:00
add send-notifications parameter
This commit is contained in:
parent
735bb0a519
commit
6898e7496a
1 changed files with 3 additions and 0 deletions
|
|
@ -113,6 +113,9 @@ inputs:
|
|||
working-directory:
|
||||
description: 'Directory in which to execute codecov.sh'
|
||||
required: false
|
||||
send-notifications:
|
||||
description: 'Manually trigger the sending of notifications (does not upload coverage, requires codecov.notify.manual_trigger to be true)'
|
||||
required: false
|
||||
branding:
|
||||
color: 'red'
|
||||
icon: 'umbrella'
|
||||
|
|
|
|||
Loading…
Reference in a new issue