mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-29 10:17:16 +08:00
Temporarily disable test coverage
Until I can figure out why the test is failing
This commit is contained in:
@ -19,7 +19,7 @@ jobs:
|
|||||||
command: ls -l
|
command: ls -l
|
||||||
- run:
|
- run:
|
||||||
name: Test
|
name: Test
|
||||||
command: flutter test -j 1 --coverage --machine | tojunit --output junit.xml
|
command: flutter test -j 1
|
||||||
- store_test_results:
|
- store_test_results:
|
||||||
path: ./
|
path: ./
|
||||||
- run:
|
- run:
|
||||||
|
Reference in New Issue
Block a user