Woodpecker plugin to send coverage reports to Codecov.
Build the Docker image with the following command:
docker build -f Dockerfile -t woodpeckerci/plugin-codecov:next .
go test -race -coverprofile=coverage.out ./...
docker run --rm -it \
-e CI=woodpecker \
-e PLUGIN_TOKEN="dummy" \
-e PLUGIN_DRY_RUN="true" \
-v $(pwd):/woodpecker/src \
-w /woodpecker/src \
woodpeckerci/plugin-codecov:next