Temporarily disable test coverage

Until I can figure out why the test is failing
This commit is contained in:
Vishesh Handa
2020-09-05 12:52:41 +02:00
parent b62da0ce46
commit cdbbb91b63

View File

@ -19,7 +19,7 @@ jobs:
command: ls -l
- run:
name: Test
command: flutter test -j 1 --coverage --machine | tojunit --output junit.xml
command: flutter test -j 1
- store_test_results:
path: ./
- run: