Skip to content

Commit 75615db

Browse files
committed
Coverage local path specified
1 parent 9d89d3a commit 75615db

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.yamato/code-coverage.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,11 @@ code_coverage_{{ platform.name }}_{{ editor }}:
1616
commands:
1717
- unity-downloader-cli -u {{ editor }} -c Editor --fast --wait
1818
- upm-pvp create-test-project test-project --packages "upm-ci~/packages/*.tgz" --unity .Editor
19-
- UnifiedTestRunner --suite=editor --suite=playmode --editor-location=.Editor --testproject=test-project --enable-code-coverage --coverage-results-path=test-results/CodeCoverage --coverage-options="generateHtmlReport;assemblyFilters:+Unity.Netcode.Editor,+Unity.Netcode.Runtime" --extra-editor-arg=--burst-disable-compilation --extra-editor-arg=testCategory --extra-editor-arg=!Performance --timeout=1800 --reruncount=1 --clean-library-on-rerun --artifacts-path=test-results
19+
- UnifiedTestRunner --suite=editor --suite=playmode --editor-location=.Editor --testproject=test-project --enable-code-coverage -coverage-results-path=$PWD/test-results/CodeCoverage --coverage-options="generateHtmlReport;generateAdditionalMetrics;assemblyFilters:+Unity.Netcode.Editor,+Unity.Netcode.Runtime" --extra-editor-arg=--burst-disable-compilation --extra-editor-arg=testCategory --extra-editor-arg=!Performance --timeout=1800 --reruncount=1 --clean-library-on-rerun --artifacts-path=test-results
2020
artifacts:
2121
logs:
2222
paths:
2323
- "test-results/**/*"
24-
- "test-results/CodeCoverage/**/*"
2524
dependencies:
2625
- .yamato/package-pack.yml#package_pack_-_ngo_{{ platform.name }}
2726
{% endfor -%}

0 commit comments

Comments
 (0)