We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b970b1 commit 71ed9c6Copy full SHA for 71ed9c6
.yamato/upm-ci.yml
@@ -45,7 +45,9 @@ test_{{ platform.name }}_{{ editor.version }}:
45
commands:
46
- npm install -g upm-ci-utils@stable --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
47
- 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" %}
49
- python tests/yamato/check_coverage_percent.py upm-ci~/test-results/ {{ coverage.minPercent }}
50
+{% endif %}
51
artifacts:
52
logs:
53
paths:
0 commit comments