diff --git a/.gitignore b/.gitignore index 301183f..ee0aebd 100644 --- a/.gitignore +++ b/.gitignore @@ -58,3 +58,5 @@ android/app/google-services.json ios/firebase_app_id_file.json ios/Runner/GoogleService-Info.plist lib/firebase_options.dart + +coverage/ \ No newline at end of file diff --git a/test_coverage.sh b/test_coverage.sh new file mode 100644 index 0000000..5eaf722 --- /dev/null +++ b/test_coverage.sh @@ -0,0 +1,3 @@ +flutter test --coverage +genhtml coverage/lcov.info -o coverage/html +open coverage/html/index.html \ No newline at end of file