Changed eableCyclomaticComplexity to generateAdditionalMetrics for coverageOptions

pull/183/head
Nick Maltbie 2022-04-21 16:39:52 -04:00
parent 96562463cf
commit 33d72e76c1
2 changed files with 2 additions and 2 deletions

View File

@ -105,7 +105,7 @@ jobs:
projectPath: ${{ matrix.projectPath }} projectPath: ${{ matrix.projectPath }}
unityVersion: ${{ matrix.unityVersion }} unityVersion: ${{ matrix.unityVersion }}
testMode: all testMode: all
coverageOptions: 'enableCyclomaticComplexity;generateHtmlReport;generateBadgeReport;assemblyFilters:+MyScripts' coverageOptions: 'generateAdditionalMetrics;generateHtmlReport;generateBadgeReport;assemblyFilters:+MyScripts'
# Test implicit artifactsPath, by not setting it # Test implicit artifactsPath, by not setting it
# Upload artifacts # Upload artifacts

View File

@ -22,7 +22,7 @@ inputs:
description: 'The type of tests to be run by the test runner.' description: 'The type of tests to be run by the test runner.'
coverageOptions: coverageOptions:
required: false required: false
default: 'enableCyclomaticComplexity;generateHtmlReport;generateBadgeReport' default: 'generateAdditionalMetrics;generateHtmlReport;generateBadgeReport'
description: 'Optional coverage parameters for the -coverageOptions argument.' description: 'Optional coverage parameters for the -coverageOptions argument.'
artifactsPath: artifactsPath:
required: false required: false