We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba0c4d5 commit dc6cc8dCopy full SHA for dc6cc8d
.github/workflows/reusable-test-runner.yaml
@@ -23,6 +23,11 @@ on:
23
required: false
24
type: string
25
default: ''
26
+ coverage-options:
27
+ description: 'Options for configuring code coverage. https://game.ci/docs/github/test-runner#coverageoptions'
28
+ required: false
29
+ type: string
30
+ default: 'generateAdditionalMetrics;generateHtmlReport;generateBadgeReport'
31
secrets:
32
UNITY_LICENSE:
33
required: true
@@ -82,6 +87,7 @@ jobs:
82
87
artifactsPath: ${{ matrix.testMode }}-artifacts
83
88
githubToken: ${{ secrets.GITHUB_TOKEN }}
84
89
checkName: ${{ matrix.testMode }} Test Results
90
+ coverageOptions: ${{ inputs.coverage-options }}
85
91
- uses: actions/upload-artifact@v4
86
92
if: always()
93
with:
0 commit comments