Skip to content

Commit

Permalink
Fix issue in codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
aashikam committed Feb 8, 2024
1 parent d73b7b4 commit 9c00093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ballerina/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def stripBallerinaExtensionVersion(String extVersion) {
ballerina {
packageOrganization = packageOrg
module = packageName
testCoverageParam = "--code-coverage --coverage-format=xml"
testCoverageParam = "--code-coverage --coverage-format=xml --includes=*"
isConnector = true
platform = "java17"
}
Expand Down

0 comments on commit 9c00093

Please sign in to comment.