Woodpecker plugin to send coverage reports to Codecov.
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
Build the Docker image with the following command:
docker build -f docker/Dockerfile.alpine -t woodpeckerci/plugin-codecov:next-alpine .