1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Revert "Changes for latest DroneCI (#2355)" (#2358)

This reverts commit faf4b503b2.
This commit is contained in:
Bo-Yi Wu
2017-08-22 20:56:57 -05:00
committed by GitHub
parent 1a5fe4326f
commit be4f6a754c
2 changed files with 27 additions and 41 deletions

View File

@@ -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