for PKG in $(PACKAGES);do go test -cover -coverprofile $$GOPATH/src/$$PKG/coverage.out $$PKG ||exit 1;done;
.PHONY:test-vendor
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.