Enabled code coverage flag for code coverage tests
parent
4e47c4f2d3
commit
e6bf7af5cd
|
@ -252,7 +252,7 @@ jobs:
|
||||||
projectPath: ${{ matrix.projectPath }}
|
projectPath: ${{ matrix.projectPath }}
|
||||||
unityVersion: ${{ matrix.unityVersion }}
|
unityVersion: ${{ matrix.unityVersion }}
|
||||||
testMode: ${{ matrix.testMode }}
|
testMode: ${{ matrix.testMode }}
|
||||||
artifactsPath: codecoverage/${{ matrix.projectPath }}
|
enableCodeCovearge: ${{ matrix.enableCodeCovearge }}
|
||||||
|
|
||||||
# Upload artifacts
|
# Upload artifacts
|
||||||
- name: Upload code coverage results
|
- name: Upload code coverage results
|
||||||
|
|
Loading…
Reference in New Issue