Skip to content

Commit

Permalink
Update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
PlugFox committed Dec 4, 2024
1 parent 31e1231 commit 4e1ec9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ deploy: publish
.PHONY: coverage
coverage: get ## Generate the coverage report
@flutter test --coverage --concurrency=40 test/unit_test.dart test/widget_test.dart
@lcov --remove coverage/lcov.info 'lib/**/*.g.dart' -o coverage/lcov.info
# @lcov --remove coverage/lcov.info 'lib/**/*.g.dart' -o coverage/lcov.info
@lcov --list coverage/lcov.info
@genhtml -o coverage coverage/lcov.info

Expand Down

0 comments on commit 4e1ec9d

Please sign in to comment.