mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Re-enable coverage checking. (#11537)
I forgot to do this when I updated our test package.
This commit is contained in:
parent
dbd3bf28e6
commit
35496d00a9
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user