Skip to content
This repository has been archived by the owner on Jun 1, 2024. It is now read-only.

Commit

Permalink
🔧 Rename coverage task
Browse files Browse the repository at this point in the history
Signed-off-by: Hernand Azevedo <[email protected]>
  • Loading branch information
hernandazevedozup committed Jun 14, 2021
1 parent e51850a commit 76ff59c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ end
platform :android do
desc "Pull Request verification"
lane :pull_request_verification do
gradle(project_dir: "android", task: "clean detekt lintDebug jacocoTestReportDebug :internal-processor:jacocoTestReport :internal-processor:jacocoTestReport :processor:jacocoTestReport :processor-shared-code:jacocoTestReport")
gradle(project_dir: "android", task: "clean detekt lintDebug jacocoTestReportDebug")
gradle(project_dir: "android", task: "sample:assembleDebug sample:assembleDebugAndroidTest")
end

Expand Down
2 changes: 1 addition & 1 deletion jacoco.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def fileFilter = ['**/R.class',
'**/*.DefaultImpls.*',
'**/beagle/view/*.class']

task jacocoTestReport(type: JacocoReport, overwrite: true) {
task jacocoTestReportDebug(type: JacocoReport) {

def kotlinSrc = "$project.projectDir/src/main/kotlin"
def javaSrc = "$project.projectDir/src/main/java"
Expand Down

0 comments on commit 76ff59c

Please sign in to comment.