From aed7ecddddbbaf5dcf9c66879d875b586914e309 Mon Sep 17 00:00:00 2001 From: Aaron Trudeau <120415438+trudeaua-vividream-software@users.noreply.github.com> Date: Thu, 15 Jun 2023 19:21:17 -0400 Subject: [PATCH] fix wording on coverageOptions --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 9a5bdcb..a3f67ef 100644 --- a/action.yml +++ b/action.yml @@ -23,7 +23,7 @@ inputs: coverageOptions: required: false default: 'generateAdditionalMetrics;generateHtmlReport;generateBadgeReport;dontClear' - description: 'Optional coverage parameters for the -coverageOptions argument. To get coverage in Package Mode, pass test assemblies from the package you want covered with the assemblyFilter option.' + description: 'Optional coverage parameters for the -coverageOptions argument. To get coverage in Package Mode, pass assemblies from the package you want covered with the assemblyFilters option.' artifactsPath: required: false default: 'artifacts'