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 3e579ed commit e478845Copy full SHA for e478845
1 file changed
.yamato/_triggers.yml
@@ -89,6 +89,8 @@ pr_code_changes_checks:
89
# Note that our daily tests will anyway run both test configurations in "minimal supported" and "trunk" configurations
90
- .yamato/desktop-standalone-tests.yml#desktop_standalone_test_testproject_ubuntu_il2cpp_{{ pinnedTrunk }}
91
- .yamato/cmb-service-standalone-tests.yml#cmb_service_standalone_test_testproject_ubuntu_il2cpp_{{ pinnedTrunk }}
92
+ # Run code coverage test
93
+ - .yamato/code-coverage.yml#code_coverage_ubuntu_{{ validation_editors.default }}
94
triggers:
95
expression: |-
96
(pull_request.comment eq "ngo" OR
0 commit comments