Skip to content

Commit 0ec7398

Browse files
committed
Moving CodeCov check to daily trigger
1 parent 1f4117a commit 0ec7398

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.yamato/_triggers.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,8 @@ develop_nightly:
157157
- .yamato/project-updated-dependencies-test.yml#updated-dependencies_testproject_NGO_win_6000.0
158158
# Run API validation to early-detect all new APIs that would force us to release new minor version of the package. Note that for this to work the package version in package.json must correspond to "actual package state" which means that it should be higher than last released version
159159
- .yamato/vetting-test.yml#vetting_test
160+
# Run code coverage test
161+
- .yamato/code-coverage.yml#code_coverage_ubuntu_{{ validation_editors.default }}
160162

161163

162164
# Run all tests on weekly bases
@@ -187,5 +189,3 @@ develop_weekly_trunk:
187189
- .yamato/_run-all.yml#run_all_webgl_builds
188190
# Run Runtime tests against CMB service
189191
- .yamato/_run-all.yml#run_all_project_tests_cmb_service
190-
# Run code coverage test
191-
- .yamato/code-coverage.yml#code_coverage_ubuntu_{{ validation_editors.default }}

0 commit comments

Comments
 (0)