Skip to content

Commit

Permalink
test: make pre-commit hook test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
acodeninja committed Aug 1, 2024
1 parent 38c9240 commit 6107ed0
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 @@ -6,7 +6,7 @@ help:
@echo
@cat $(MAKEFILE_LIST) | grep -E '^[a-zA-Z_/-]+:.*?## .*$$' | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-18s\033[0m %s\n", $$1, $$2}'

commit/pre: lint test
commit/pre: lint test/coverage

commit/message:
commitlint --edit $(MESSAGE)
Expand Down

0 comments on commit 6107ed0

Please sign in to comment.