Skip to content

Commit 71ed9c6

Browse files
benoithudsonbenoithudson
andauthored
Fbx 100 disable linux test (#573)
* Disable coverage test on linux. * Fix the coverage check for linux. Co-authored-by: benoithudson <[email protected]>
1 parent 2b970b1 commit 71ed9c6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.yamato/upm-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ test_{{ platform.name }}_{{ editor.version }}:
4545
commands:
4646
- npm install -g upm-ci-utils@stable --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
4747
- upm-ci package test --unity-version {{ editor.version }} --package-path com.unity.formats.fbx --enable-code-coverage --code-coverage-options 'generateHtmlReport;assemblyFilters:+Unity.Formats.Fbx.Editor,+Unity.Formats.Fbx.Runtime'
48+
{% if platform.name != "ubuntu" %}
4849
- python tests/yamato/check_coverage_percent.py upm-ci~/test-results/ {{ coverage.minPercent }}
50+
{% endif %}
4951
artifacts:
5052
logs:
5153
paths:

0 commit comments

Comments
 (0)