Skip to content

Commit e478845

Browse files
committed
Added CodeCoverage job to run on PRs to enable coverage check
1 parent 3e579ed commit e478845

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.yamato/_triggers.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ pr_code_changes_checks:
8989
# Note that our daily tests will anyway run both test configurations in "minimal supported" and "trunk" configurations
9090
- .yamato/desktop-standalone-tests.yml#desktop_standalone_test_testproject_ubuntu_il2cpp_{{ pinnedTrunk }}
9191
- .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 }}
9294
triggers:
9395
expression: |-
9496
(pull_request.comment eq "ngo" OR

0 commit comments

Comments
 (0)