woodpecker-ci / plugin-codecov

Woodpecker / Drone plugin to publish coverage to Codecov

Home Page:https://woodpecker-ci.org/plugins/Codecov

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 .

About

Woodpecker / Drone plugin to publish coverage to Codecov

https://woodpecker-ci.org/plugins/Codecov

License:Apache License 2.0


Languages

Language:Go 85.5%Language:Dockerfile 14.5%