Start generating coverage. (#113587)

This commit is contained in:
godofredoc 2022-10-20 16:02:13 -07:00 committed by GitHub
parent 23401885bf
commit 3665dd8353
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 0 deletions

View file

@ -172,6 +172,14 @@ targets:
validation: analyze
validation_name: Analyze
- name: Linux coverage
bringup: true
recipe: flutter/coverage
timeout: 120
properties:
tags: >
["framework", "hostonly", "shard", "linux"]
- name: Linux packages_autoroller
presubmit: false
recipe: pub_autoroller/pub_autoroller

View file

@ -287,6 +287,7 @@
#
# build_tests @zanderso @flutter/tool
# ci_yaml flutter roller @caseyhillers @flutter/infra
# coverage @godofredoc @flutter/infra
# flutter_plugins @stuartmorgan @flutter/plugin
# framework_tests @HansMuller @flutter/framework
# tool_integration_tests @zanderso @flutter/tool