• Jason Simmons's avatar
    Disable the coverage shard in Travis (#11512) · 7df854ad
    Jason Simmons authored
    In a Travis environment, the test package is exiting the process after
    completing the tests.
    See dart-lang/test@d1057c4
    
    The flutter test command calls the test package's main() and then expects to
    do other work afterward.  The exit prevents flutter test from writing the
    new coverage results, causing the coveralls tool to run against an old
    lcov.info file.
    7df854ad
Name
Last commit
Last update
.idea Loading commit data...
bin Loading commit data...
dev Loading commit data...
examples Loading commit data...
packages Loading commit data...
.analysis_options Loading commit data...
.analysis_options_repo Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.md Loading commit data...
ISSUE_TEMPLATE.md Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README.md Loading commit data...
VERSION Loading commit data...
appveyor.yml Loading commit data...