From 35496d00a9b968e06425eb4f67fdb255a068c98d Mon Sep 17 00:00:00 2001 From: Ian Hickson Date: Mon, 7 Aug 2017 16:55:29 -0700 Subject: [PATCH] Re-enable coverage checking. (#11537) I forgot to do this when I updated our test package. --- .travis.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index b1f4887364..ae222a6f62 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,11 +19,7 @@ install: env: - SHARD=analyze - SHARD=tests - # Temporarily disable the coverage shard. The test package is exiting - # the process after tests run, preventing the flutter test command from - # writing coverage results. - # TODO(jsimmons): reenable coverage when a new test package is available. - # - SHARD=coverage + - SHARD=coverage - SHARD=docs before_script: - ./dev/bots/travis_setup.sh