File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 7373 - upm-ci package test --package-path ./Packages/com.unity.inputsystem/ -u {% if EDITOR_REVISION_OVERRIDE == none %} {{ editor.version }} {% else %} $EDITOR_REVISION_OVERRIDE {% endif %} {% if platform.name == "mac" or platform.name == "linux" %} --enable-code-coverage --code-coverage-options "generateAdditionalMetrics;generateHtmlReport;assemblyFilters:+Unity.InputSystem" --extra-utr-arg="--coverage-results-path={{ yamato_source_dir_nix }}/upm-ci~/test-results/CodeCoverage/Package" {% endif %}
7474 {% if platform.installscript %}
7575 - {{ unity_downloader_install }}
76- - {{ platform.installscript }} {% if EDITOR_REVISION_OVERRIDE ! = none %} {{ editor.version }} {% else %} $EDITOR_REVISION_OVERRIDE {% endif %}
76+ - {{ platform.installscript }} {% if EDITOR_REVISION_OVERRIDE = = none %} {{ editor.version }} {% else %} $EDITOR_REVISION_OVERRIDE {% endif %}
7777 {% endif %}
7878 # ADBv2 on 2019.4 causes the test runner to not start on initial import when the
7979 # samples are in the package. Move the samples back into the project.
You can’t perform that action at this time.
0 commit comments