Skip to content

Commit

Permalink
Add .gitkeep to test/output
Browse files Browse the repository at this point in the history
  • Loading branch information
w2sv committed Sep 13, 2022
1 parent 99f66e7 commit 9ca80f6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,6 @@ example/ios/Flutter/flutter_export_environment.sh
test/.test_coverage.dart
/coverage/
/coverage-html/

# Test output
/test/output/
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Empty file added test/output/.gitkeep
Empty file.

0 comments on commit 9ca80f6

Please sign in to comment.