Skip to content

Commit 3665dd8

Browse files
authored
Start generating coverage. (#113587)
1 parent 2340188 commit 3665dd8

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.ci.yaml

+8
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,14 @@ targets:
172172
validation: analyze
173173
validation_name: Analyze
174174

175+
- name: Linux coverage
176+
bringup: true
177+
recipe: flutter/coverage
178+
timeout: 120
179+
properties:
180+
tags: >
181+
["framework", "hostonly", "shard", "linux"]
182+
175183
- name: Linux packages_autoroller
176184
presubmit: false
177185
recipe: pub_autoroller/pub_autoroller

TESTOWNERS

+1
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,7 @@
287287
#
288288
# build_tests @zanderso @flutter/tool
289289
# ci_yaml flutter roller @caseyhillers @flutter/infra
290+
# coverage @godofredoc @flutter/infra
290291
# flutter_plugins @stuartmorgan @flutter/plugin
291292
# framework_tests @HansMuller @flutter/framework
292293
# tool_integration_tests @zanderso @flutter/tool

0 commit comments

Comments
 (0)