Output flutter tests in junit format

This way circleCI should be able to read them better.
This commit is contained in:
Vishesh Handa
2020-08-17 16:51:23 +02:00
parent b4e127cdc9
commit bc68b7e4ee

@ -13,7 +13,9 @@ jobs:
command: echo 'Host *\n StrictHostKeyChecking no' > ~/.ssh/config
- run:
name: Test
command: flutter test -j 1 --coverage
command: flutter test -j 1 --coverage --machine | tojunit --output junit.xml
- store_test_results:
path: ./
- run:
name: Analyze
command: flutter analyze