Unverified Commit 8de62ab7 authored by Jonah Williams's avatar Jonah Williams Committed by GitHub

attempt to not skip coverage on post commit (#35246)

parent 94dbdcba
......@@ -121,7 +121,7 @@ task:
cpu: 4
memory: 12G
- name: tool_coverage-linux
skip: "!changesInclude('packages/flutter_tools/**/*.dart')"
skip: "!changesInclude('packages/flutter_tools/**/*.dart') || $CIRRUS_BRANCH == 'master'"
env:
GCLOUD_SERVICE_ACCOUNT_KEY: ENCRYPTED[f12abe60f5045d619ef4c79b83dd1e0722a0b0b13dbea95fbe334e2db7fffbcd841a5a92da8824848b539a19afe0c9fb]
CODECOV_TOKEN: ENCRYPTED[7c76a7f8c9264f3b7f3fd63fcf186f93c62c4dfe43ec288861c2f506d456681032b89efe7b7a139c82156350ca2c752c]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment