mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-17 00:11:44 +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:
|
working-directory:
|
||||||
description: 'Directory in which to execute codecov.sh'
|
description: 'Directory in which to execute codecov.sh'
|
||||||
required: false
|
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:
|
branding:
|
||||||
color: 'red'
|
color: 'red'
|
||||||
icon: 'umbrella'
|
icon: 'umbrella'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue