Skip to content

Commit

Permalink
feat: add wrap with observer assist
Browse files Browse the repository at this point in the history
  • Loading branch information
amondnet committed Nov 25, 2023
1 parent 780061c commit ac1d3ff
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ jobs:

- name: Run tests
if: matrix.package == 'mobx_lint_flutter_test'
run: flutter test --coverage --coverage-path coverage/lcov.txt
# Workaround to https://github.com/dart-lang/sdk/issues/53530
run: ../tool/coverage.sh

- name: Upload coverage to codecov
uses: codecov/codecov-action@v3
Expand Down
5 changes: 5 additions & 0 deletions mobx_lint_flutter_test/test/all_tests.dart
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import 'assists/wrap_widget/wrap_widget_test.dart' as wrap_widget_test;

void main() {
wrap_widget_test.main();
}

0 comments on commit ac1d3ff

Please sign in to comment.