Updated coverage parameter documentation

pull/182/head
Nick Maltbie 2022-04-17 11:05:43 -07:00
parent a899b54084
commit 0c52fb8b55
2 changed files with 4 additions and 2 deletions

View File

@ -224,7 +224,7 @@ jobs:
testMode:
- playmode
- editmode
- All
- all
steps:
###########################
# Checkout #

View File

@ -30,7 +30,7 @@ inputs:
description: 'Optional coverage assembly filters when collecting code coverage.'
coverageResultsPath:
required: false
default: ''
default: 'CodeCoverage'
description: 'Path to write coverage results to when collecting code coverage.'
artifactsPath:
required: false
@ -59,6 +59,8 @@ inputs:
outputs:
artifactsPath:
description: 'Path where the artifacts are stored'
coverageResultsPath:
description: 'Path where the code coverage results are stored'
branding:
icon: 'box'
color: 'gray-dark'