From 9ca80f6f53c9e6ce4f710bcd3a943875b1811734 Mon Sep 17 00:00:00 2001 From: w2sv Date: Tue, 13 Sep 2022 14:39:02 +0200 Subject: [PATCH] Add .gitkeep to test/output --- .gitignore | 3 +++ Makefile | 2 +- test/output/.gitkeep | 0 3 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 test/output/.gitkeep 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