Skip to content

Commit

Permalink
test: fix lcov warning
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasn committed Jul 16, 2023
1 parent 15cb458 commit 279e40d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ doctor:

.PHONY: coverage_report
coverage_report:
lcov --remove coverage/lcov.info 'lib/classes/*.g.dart' 'lib/database/*.g.dart' 'lib/routes/router.gr.dart' -o coverage/new_lcov.info
lcov --remove coverage/lcov.info 'lib/classes/*.g.dart' 'lib/database/*.g.dart' -o coverage/new_lcov.info
genhtml coverage/new_lcov.info -o coverage --no-function-coverage
open coverage/index.html

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: lotti
description: Achieve your goals and keep your data private with Lotti.
publish_to: 'none'
version: 0.9.394+2284
version: 0.9.394+2285

msix_config:
display_name: LottiApp
Expand Down

0 comments on commit 279e40d

Please sign in to comment.