Re-enable coverage checking. (#11537)

I forgot to do this when I updated our test package.
This commit is contained in:
Ian Hickson
2017-08-07 16:55:29 -07:00
committed by GitHub
parent dbd3bf28e6
commit 35496d00a9

View File

@@ -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