Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasXu0 committed Sep 2, 2022
1 parent 2f89da8 commit 96c432a
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/flowy_editor_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:
flutter pub get
flutter test --coverage
curl -Os https://uploader.codecov.io/latest/linux/codecov
chmod +x codecov
./codecov
- uses: codecov/codecov-action@v3
with:
name: appflowy_editor
fail_ci_if_error: true
verbose: true

0 comments on commit 96c432a

Please sign in to comment.