File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
frontend/app_flowy/packages/appflowy_editor Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 3737 working-directory : frontend/app_flowy/packages/appflowy_editor
3838 run : |
3939 flutter pub get
40- flutter test
40+ flutter test --coverage
41+
42+ - uses : codecov/codecov-action@v3
43+ with :
44+ name : appflowy_editor
45+ env_vars : ${{ matrix.os }}
46+ fail_ci_if_error : true
47+ verbose : true
48+
Original file line number Diff line number Diff line change @@ -20,6 +20,12 @@ and the Flutter guide for
2020 <a href="https://twitter.com/appflowy"><b>Twitter</b></a>
2121</p >
2222
23+ <p align =" center " >
24+ <a href="https://codecov.io/gh/AppFlowy-IO/AppFlowy" >
25+ <img src="https://codecov.io/gh/AppFlowy-IO/AppFlowy/branch/main/graph/badge.svg?token=YTFKUF70B6"/>
26+ </a>
27+ </p >
28+
2329<div align =" center " >
2430 <img src="https://github.com/AppFlowy-IO/AppFlowy/blob/main/frontend/app_flowy/packages/appflowy_editor/documentation/images/appflowy-editor-example.gif?raw=true" width = "700" style = "padding: 100"/>
2531</div >
You can’t perform that action at this time.
0 commit comments