mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-29 02:07:39 +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
|
||||
- run:
|
||||
name: Test
|
||||
command: flutter test -j 1 --coverage --machine | tojunit --output junit.xml
|
||||
command: flutter test -j 1
|
||||
- store_test_results:
|
||||
path: ./
|
||||
- run:
|
||||
|
Reference in New Issue
Block a user