Skip to content
This repository was archived by the owner on Jun 16, 2026. It is now read-only.

EngineHub/gradle-codecov-plugin

Repository files navigation

Deprecated

The upstream version of codecov this uses (https://github.com/codecov/codecov-exe) is deprecated so this is no longer maintained.

gradle-codecov-plugin

Current Version

Gradle plugin to download + run codecov-exe.

Available from the EngineHub Maven repository: https://maven.enginehub.org/repo/

If you add that repository to the pluginMangement block, you can use the following to apply the plugin:

plugins {
    id("org.enginehub.codecov") version "<version>"
}

Usage

CodecovExtension is registered under the name codecov, and has the following properties:

version

The version of codecov-exe to use. A default version is provided.

token

The upload token. Pulled from the environment variable CODECOV_TOKEN by default.

reportTask

Must be provided. Points to the JacocoReport task who's XML report should be used.

You must enable the XML report manually.

required

Whether a failed upload should fail the build. Defaults to true.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

 
 
 

Contributors

Languages