mirror of
https://github.com/codecov/codecov-action.git
synced 2026-04-13 09:30:05 +00:00
feat: add xcode support
This commit is contained in:
parent
6a6a9ae7b1
commit
a03184e530
12 changed files with 54 additions and 12 deletions
|
|
@ -86,6 +86,12 @@ inputs:
|
|||
working-directory:
|
||||
description: 'Directory in which to execute codecov.sh'
|
||||
required: false
|
||||
xcode:
|
||||
description: 'Run with xcode support'
|
||||
required: false
|
||||
xcode_archive_path:
|
||||
description: 'Specify the xcode archive path. Likely specified as the -resultBundlePath and should end in .xcresult'
|
||||
required: false
|
||||
branding:
|
||||
color: 'red'
|
||||
icon: 'umbrella'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue