summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBo-Yi Wu <appleboy.tw@gmail.com>2017-08-22 20:56:57 -0500
committerGitHub <noreply@github.com>2017-08-22 20:56:57 -0500
commitbe4f6a754cc1ba93f92c06c28be21d77b79f5fe9 (patch)
treeb025679fb971cf1913d9ec36ec3590b447f4554f /Makefile
parent1a5fe4326f1166eac447cb598db34f7ae348d610 (diff)
downloadgitea-be4f6a754cc1ba93f92c06c28be21d77b79f5fe9.tar.gz
gitea-be4f6a754cc1ba93f92c06c28be21d77b79f5fe9.zip
Revert "Changes for latest DroneCI (#2355)" (#2358)
This reverts commit faf4b503b24d33a2a0f455d26bb782345ab8e0c9.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 6feccfb28a..f9863e1e4e 100644
--- a/Makefile
+++ b/Makefile
@@ -125,8 +125,8 @@ fmt-check: required-gofmt-version
test: fmt-check
$(GO) test $(PACKAGES)
-.PHONY: coverage
-coverage: unit-test-coverage integration-test-coverage
+.PHONY: test-coverage
+test-coverage: unit-test-coverage integration-test-coverage
@hash gocovmerge > /dev/null 2>&1; if [ $$? -ne 0 ]; then \
$(GO) get -u github.com/wadey/gocovmerge; \
fi