mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-07-15 07:56:11 +08:00
Output flutter tests in junit format
This way circleCI should be able to read them better.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user