Skip to content

Commit cb8f8f1

Browse files
Remove code coverage tests to resolve failures on 2019.1
1 parent b118766 commit cb8f8f1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.yamato/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ test_{{ platform.name }}_{{ editor.version }}:
2626
flavor: {{ platform.flavor}}
2727
commands:
2828
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
29-
- {% if platform.name == "centos" %}DISPLAY=:0 {% endif %}upm-ci package test -u {{ editor.version }} --package-path . --type package-tests --enable-code-coverage
29+
- {% if platform.name == "centos" %}DISPLAY=:0 {% endif %}upm-ci package test -u {{ editor.version }} --package-path . --type package-tests
3030
artifacts:
3131
logs:
3232
paths:
@@ -46,7 +46,7 @@ test_{{ platform.name }}_{{ editor.version }}:
4646
flavor: {{ platform.flavor}}
4747
commands:
4848
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
49-
- {% if platform.name == "centos" %}DISPLAY=:0 {% endif %}upm-ci package test -u {{ editor.version }} --package-path . --type package-tests --enable-code-coverage
49+
- {% if platform.name == "centos" %}DISPLAY=:0 {% endif %}upm-ci package test -u {{ editor.version }} --package-path . --type package-tests
5050
artifacts:
5151
logs:
5252
paths:
@@ -100,4 +100,4 @@ test_trigger:
100100
{% for platform in test_platforms %}
101101
- .yamato/test.yml#test_{{platform.name}}_{{editor.version}}
102102
{% endfor %}
103-
{% endfor %}
103+
{% endfor %}

0 commit comments

Comments
 (0)