You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Makefile
+1-15Lines changed: 1 addition & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
.PHONY: dev run build build-cli test tidy deps-upgrade deps-clean-cache lint race bench cover render-examples icons-validate assets-check tree fmt fmt-check clean
1
+
.PHONY: dev run build build-cli test tidy deps-upgrade deps-clean-cache lint race bench cover tree fmt fmt-check clean
2
2
3
3
LOG_DIR := logs
4
4
BIN_NAME := timefy
@@ -82,20 +82,6 @@ cover:
82
82
go test -coverprofile=./$(LOG_DIR)/coverage.out ./...
83
83
go tool cover -html=./$(LOG_DIR)/coverage.out -o ./$(LOG_DIR)/coverage.html
0 commit comments