icon

Gradle Coveralls

Runs Coveralls with ./gradlew.

Sends code coverage to www.coveralls.io. Uses ./gradlew coveralls task. You have to configure org.kt3k.gradle.plugin:coveralls-gradle-plugin in your project first.

Similar steps

Runs tests with gradlew.

Activates Bitrise Remote Build Cache add-on for subsequent Gradle builds in the workflow

Generates Gradle Wrapper if it doesn't already exist

Runs a specified Gradle task.