Skip to content

Commit da699f4

Browse files
author
Chris Elion
authored
skip code coverage on trunk temporarily (#4673)
1 parent d2bd688 commit da699f4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.yamato/com.unity.ml-agents-test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ test_editors:
1616

1717
trunk_editor:
1818
- version: trunk
19-
enableCodeCoverage: !!bool true
19+
# Workaround for MLA-1596 - need to make sure we load the right results.
20+
enableCodeCoverage: !!bool false
2021
testProject: DevProject
2122

2223
test_platforms:

0 commit comments

Comments
 (0)