|
|
|
|
|
|
|
|
|
|
{% if package.name == "com.unity.ml-agents" %} |
|
|
|
# TODO get coverage tests running for extensions too |
|
|
|
- python ml-agents/tests/yamato/check_coverage_percent.py upm-ci~/test-results/ {{ editor.minCoveragePct }} |
|
|
|
- python3 ml-agents/tests/yamato/check_coverage_percent.py upm-ci~/test-results/ {{ editor.minCoveragePct }} |
|
|
|
{% endif %} |
|
|
|
artifacts: |
|
|
|
logs: |
|
|
|
|
|
|
- upm-ci project test -u {{ editor.version }} --project-path Project --package-filter {{ package.name }} {{ editor.coverageOptions }} |
|
|
|
{% if package.name == "com.unity.ml-agents" %} |
|
|
|
# TODO get coverage tests running for extensions too |
|
|
|
- python ml-agents/tests/yamato/check_coverage_percent.py upm-ci~/test-results/ {{ editor.minCoveragePct }} |
|
|
|
- python3 ml-agents/tests/yamato/check_coverage_percent.py upm-ci~/test-results/ {{ editor.minCoveragePct }} |
|
|
|
{% endif %} |
|
|
|
artifacts: |
|
|
|
logs: |
|
|
|