Skip to content

Commit

Permalink
Remove code coverage tests to resolve failures on 2019.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mtschoen-unity committed Sep 11, 2020
1 parent b118766 commit cb8f8f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .yamato/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ test_{{ platform.name }}_{{ editor.version }}:
flavor: {{ platform.flavor}}
commands:
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
- {% if platform.name == "centos" %}DISPLAY=:0 {% endif %}upm-ci package test -u {{ editor.version }} --package-path . --type package-tests --enable-code-coverage
- {% if platform.name == "centos" %}DISPLAY=:0 {% endif %}upm-ci package test -u {{ editor.version }} --package-path . --type package-tests
artifacts:
logs:
paths:
Expand All @@ -46,7 +46,7 @@ test_{{ platform.name }}_{{ editor.version }}:
flavor: {{ platform.flavor}}
commands:
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
- {% if platform.name == "centos" %}DISPLAY=:0 {% endif %}upm-ci package test -u {{ editor.version }} --package-path . --type package-tests --enable-code-coverage
- {% if platform.name == "centos" %}DISPLAY=:0 {% endif %}upm-ci package test -u {{ editor.version }} --package-path . --type package-tests
artifacts:
logs:
paths:
Expand Down Expand Up @@ -100,4 +100,4 @@ test_trigger:
{% for platform in test_platforms %}
- .yamato/test.yml#test_{{platform.name}}_{{editor.version}}
{% endfor %}
{% endfor %}
{% endfor %}

0 comments on commit cb8f8f1

Please sign in to comment.