From 0c52fb8b551f0ec004e6a51c46e57fc68328d022 Mon Sep 17 00:00:00 2001 From: Nick Maltbie Date: Sun, 17 Apr 2022 11:05:43 -0700 Subject: [PATCH] Updated coverage parameter documentation --- .github/workflows/main.yml | 2 +- action.yml | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a2d9d31..72d42e9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -224,7 +224,7 @@ jobs: testMode: - playmode - editmode - - All + - all steps: ########################### # Checkout # diff --git a/action.yml b/action.yml index c640fa8..79fd0c5 100644 --- a/action.yml +++ b/action.yml @@ -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'