Skip to content

Commit

Permalink
fix: added coverage check for Flutter example
Browse files Browse the repository at this point in the history
  • Loading branch information
albertodev01 committed May 14, 2023
1 parent f550420 commit a5720ee
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/equations_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,13 @@ jobs:
flutter pub run dart_code_metrics:metrics analyze lib test
- name: Runing unit, widget and golden tests
run: flutter test
run: flutter test --coverage

- name: Making sure that code coverage is 100
uses: VeryGoodOpenSource/very_good_coverage@v2
with:
min_coverage: 100
path: example/flutter_example/coverage/lcov.info

verify_equation_dart_example:
name: Dart example
Expand Down

0 comments on commit a5720ee

Please sign in to comment.