Skip to content

EngineHub/gradle-codecov-plugin

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Languages