Added dontClear coverage flag to default coverage options (#202)

pull/204/head v2.1.1
Nick Maltbie 2022-12-03 16:21:13 -08:00 committed by GitHub
parent 42c28a953e
commit be0f55d3cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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: 'generateAdditionalMetrics;generateHtmlReport;generateBadgeReport;assemblyFilters:+MyScripts' coverageOptions: 'generateAdditionalMetrics;generateHtmlReport;generateBadgeReport;assemblyFilters:+MyScripts;dontClear'
# 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: 'generateAdditionalMetrics;generateHtmlReport;generateBadgeReport' default: 'generateAdditionalMetrics;generateHtmlReport;generateBadgeReport;dontClear'
description: 'Optional coverage parameters for the -coverageOptions argument.' description: 'Optional coverage parameters for the -coverageOptions argument.'
artifactsPath: artifactsPath:
required: false required: false