diff --git a/.gitignore b/.gitignore index 78c7c3f..d15afb9 100644 --- a/.gitignore +++ b/.gitignore @@ -78,3 +78,6 @@ example/ios/Flutter/flutter_export_environment.sh test/.test_coverage.dart /coverage/ /coverage-html/ + +# Test output +/test/output/ diff --git a/Makefile b/Makefile index aa1d1c7..e6477c3 100644 --- a/Makefile +++ b/Makefile @@ -4,6 +4,6 @@ test-with-coverage: dart pub global activate coverage dart pub global run coverage:test_with_coverage -html-coverage: +coverage: genhtml coverage/lcov.info -o coverage-html firefox coverage-html/index.html \ No newline at end of file diff --git a/test/output/.gitkeep b/test/output/.gitkeep new file mode 100644 index 0000000..e69de29