Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 449 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 449 Bytes

plugin-codecov

Woodpecker plugin to send coverage reports to Codecov.

Build

Build the binary with the following command:

export GOOS=linux
export GOARCH=amd64
export CGO_ENABLED=0

go build -ldflags '-s -w -extldflags "-static"' -o plugin-codecov

Docker

Build the Docker image with the following command:

docker build -f docker/Dockerfile.alpine -t woodpeckerci/plugin-codecov:next-alpine .