Skip to content

Commit

Permalink
Restrict the coverage files
Browse files Browse the repository at this point in the history
  • Loading branch information
gayaldassanayake committed Feb 13, 2024
1 parent 92aef90 commit 843d650
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 --includes=*"
testCoverageParam = "--code-coverage --coverage-format=xml --includes=io.ballerina.lib.aws.redshift.*:ballerinax.aws*"
isConnector = true
platform = "java17"
}
Expand Down

0 comments on commit 843d650

Please sign in to comment.