chore: enable codecov action (#2741)

* chore: enable codecov action

* test: fix integration test

* test: fix switch_folder_test
This commit is contained in:
Lucas.Xu
2023-06-11 14:19:44 +08:00
committed by GitHub
parent c7f73551c7
commit d5887b0a12
16 changed files with 103 additions and 144 deletions

View File

@ -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]