mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
chore: enable codecov action (#2741)
* chore: enable codecov action * test: fix integration test * test: fix switch_folder_test
This commit is contained in:
@ -33,7 +33,7 @@ dependencies = ["inner_build_test_backend"]
|
||||
description = "Run flutter unit tests"
|
||||
script = '''
|
||||
cd appflowy_flutter
|
||||
flutter test --dart-define=RUST_LOG=${RUST_LOG} -j, --concurrency=1
|
||||
flutter test --dart-define=RUST_LOG=${RUST_LOG} -j, --concurrency=1 --coverage --verbose
|
||||
'''
|
||||
|
||||
[tasks.rust_unit_test]
|
||||
|
Reference in New Issue
Block a user