hc99's picture
Add files using upload-large-folder tool
fc0f7bd verified
# Code Coverage build pipeline
trigger: none
pr: none
schedules:
- cron: "30 5 * * *" # Time is UTC
displayName: Nightly Code Coverage Build
branches:
include:
- master
always: true
jobs:
- template: templates/code-coverage-job-template.yml