File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ test_{{ package.name }}_{{ platform.name }}_{{ editor.version }}:
65
65
flavor : {{ platform.flavor}}
66
66
commands :
67
67
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
68
- - upm-ci project test -u {{ editor.version }} --project-path Project --type package-tests -- package-filter {{ package.name }} {{ editor.coverageOptions }}
68
+ - upm-ci project test -u {{ editor.version }} --project-path Project --package-filter {{ package.name }} {{ editor.coverageOptions }}
69
69
70
70
{% if package.name == "com.unity.ml-agents" %}
71
71
# TODO get coverage tests running for extensions too
@@ -107,7 +107,7 @@ test_{{ package.name }}_{{ platform.name }}_trunk:
107
107
- python -m pip install unity-downloader-cli --extra-index-url https://artifactory.eu-cph-1.unityops.net/api/pypi/common-python/simple
108
108
- unity-downloader-cli -u trunk -c editor --wait --fast
109
109
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
110
- - upm-ci project test -u {{ editor.version }} --project-path Project --type package-tests -- package-filter {{ package.name }} {{ editor.coverageOptions }}
110
+ - upm-ci project test -u {{ editor.version }} --project-path Project --package-filter {{ package.name }} {{ editor.coverageOptions }}
111
111
{% if package.name == "com.unity.ml-agents" %}
112
112
# TODO get coverage tests running for extensions too
113
113
- python ml-agents/tests/yamato/check_coverage_percent.py upm-ci~/test-results/ {{ editor.minCoveragePct }}
You can’t perform that action at this time.
0 commit comments