Browse Source

Added coverage to tests

Anatoly Pulyaevskiy 6 years ago
parent
commit
148673b43f
2 changed files with 2 additions and 1 deletions
  1. 1
    0
      .travis.yml
  2. 1
    1
      packages/zefyr/tool/travis.sh

+ 1
- 0
.travis.yml View File

37
 - pwd
37
 - pwd
38
 - ./tool/travis.sh notus
38
 - ./tool/travis.sh notus
39
 - ./tool/travis.sh zefyr
39
 - ./tool/travis.sh zefyr
40
+- bash <(curl -s https://codecov.io/bash)

+ 1
- 1
packages/zefyr/tool/travis.sh View File

2
 
2
 
3
 set -e
3
 set -e
4
 
4
 
5
-$TRAVIS_BUILD_DIR/flutter/bin/flutter test
5
+$TRAVIS_BUILD_DIR/flutter/bin/flutter test --coverage