Skip to content

Commit

Permalink
Merge pull request #278 from sir-gon/develop
Browse files Browse the repository at this point in the history
[CONFIG] Makefile coverage/html action now open generated file.
  • Loading branch information
sir-gon authored Jan 27, 2025
2 parents 743b8d3 + 0723ddf commit 97861c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ coverage: test

coverage/html: coverage.out
$(GOCOVER) -html=coverage.out -o ./coverage/coverage.html
open ./coverage/coverage.html

outdated:
$(GO) list -m -u all
Expand Down

0 comments on commit 97861c1

Please sign in to comment.