Updated coverage parameter documentation
parent
a899b54084
commit
0c52fb8b55
|
@ -224,7 +224,7 @@ jobs:
|
||||||
testMode:
|
testMode:
|
||||||
- playmode
|
- playmode
|
||||||
- editmode
|
- editmode
|
||||||
- All
|
- all
|
||||||
steps:
|
steps:
|
||||||
###########################
|
###########################
|
||||||
# Checkout #
|
# Checkout #
|
||||||
|
|
|
@ -30,7 +30,7 @@ inputs:
|
||||||
description: 'Optional coverage assembly filters when collecting code coverage.'
|
description: 'Optional coverage assembly filters when collecting code coverage.'
|
||||||
coverageResultsPath:
|
coverageResultsPath:
|
||||||
required: false
|
required: false
|
||||||
default: ''
|
default: 'CodeCoverage'
|
||||||
description: 'Path to write coverage results to when collecting code coverage.'
|
description: 'Path to write coverage results to when collecting code coverage.'
|
||||||
artifactsPath:
|
artifactsPath:
|
||||||
required: false
|
required: false
|
||||||
|
@ -59,6 +59,8 @@ inputs:
|
||||||
outputs:
|
outputs:
|
||||||
artifactsPath:
|
artifactsPath:
|
||||||
description: 'Path where the artifacts are stored'
|
description: 'Path where the artifacts are stored'
|
||||||
|
coverageResultsPath:
|
||||||
|
description: 'Path where the code coverage results are stored'
|
||||||
branding:
|
branding:
|
||||||
icon: 'box'
|
icon: 'box'
|
||||||
color: 'gray-dark'
|
color: 'gray-dark'
|
||||||
|
|
Loading…
Reference in New Issue