diff --git a/Makefile b/Makefile index dcc3c62..3c555fc 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -.PHONY: test drone-line build fmt vet errcheck lint install update release-dirs release-build release-copy release-check release +.PHONY: test drone-line build fmt vet errcheck lint install update release-dirs release-build release-copy release-check release coverage DIST := dist EXECUTABLE := drone-scp diff --git a/README.md b/README.md index 0eeb962..dabda9f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # drone-scp -[![Build Status](https://travis-ci.org/appleboy/drone-scp.svg?branch=master)](https://travis-ci.org/appleboy/drone-scp) [![codecov](https://codecov.io/gh/appleboy/drone-scp/branch/master/graph/badge.svg)](https://codecov.io/gh/appleboy/drone-scp) [![Go Report Card](https://goreportcard.com/badge/github.com/appleboy/drone-scp)](https://goreportcard.com/report/github.com/appleboy/drone-scp) +[![Build Status](http://drone.wu-boy.com/api/badges/appleboy/drone-scp/status.svg)](http://drone.wu-boy.com/appleboy/drone-scp) [![codecov](https://codecov.io/gh/appleboy/drone-scp/branch/master/graph/badge.svg)](https://codecov.io/gh/appleboy/drone-scp) [![Go Report Card](https://goreportcard.com/badge/github.com/appleboy/drone-scp)](https://goreportcard.com/report/github.com/appleboy/drone-scp) [Drone](https://github.com/drone/drone) plugin to copy files and artifacts via SSH.