Skip to content

Commit

Permalink
Remove instrumentation files from being included in report
Browse files Browse the repository at this point in the history
  • Loading branch information
AnasNaouchi committed Nov 3, 2023
1 parent f6c36ad commit a154b7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ tasks.create(name: 'jacocoUnitTestReport', type: JacocoReport, dependsOn: ['test
// Execution data for unit tests
'**/*.exec',
// Execution data for instrumentation tests
'**/*.ec'
// '**/*.ec' // Removed to exclude instrumentation tests
])
}

Expand Down

0 comments on commit a154b7f

Please sign in to comment.