Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add custom repository support for selective repositories #41177

Address the code review

a4514eb
Select commit
Loading
Failed to load commit list.
Merged

Add custom repository support for selective repositories #41177

Address the code review
a4514eb
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Aug 14, 2023 in 1s

59.56% of diff hit (target 76.37%)

View this Pull Request on Codecov

59.56% of diff hit (target 76.37%)

Annotations

Check warning on line 184 in cli/ballerina-cli/src/main/java/io/ballerina/cli/cmd/PullCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

cli/ballerina-cli/src/main/java/io/ballerina/cli/cmd/PullCommand.java#L183-L184

Added lines #L183 - L184 were not covered by tests

Check warning on line 209 in cli/ballerina-cli/src/main/java/io/ballerina/cli/cmd/PullCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

cli/ballerina-cli/src/main/java/io/ballerina/cli/cmd/PullCommand.java#L208-L209

Added lines #L208 - L209 were not covered by tests

Check warning on line 244 in cli/ballerina-cli/src/main/java/io/ballerina/cli/cmd/PullCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

cli/ballerina-cli/src/main/java/io/ballerina/cli/cmd/PullCommand.java#L239-L244

Added lines #L239 - L244 were not covered by tests

Check warning on line 152 in cli/ballerina-cli/src/main/java/io/ballerina/cli/cmd/PushCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

cli/ballerina-cli/src/main/java/io/ballerina/cli/cmd/PushCommand.java#L152

Added line #L152 was not covered by tests

Check warning on line 157 in cli/ballerina-cli/src/main/java/io/ballerina/cli/cmd/PushCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

cli/ballerina-cli/src/main/java/io/ballerina/cli/cmd/PushCommand.java#L156-L157

Added lines #L156 - L157 were not covered by tests

Check warning on line 162 in cli/ballerina-cli/src/main/java/io/ballerina/cli/cmd/PushCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

cli/ballerina-cli/src/main/java/io/ballerina/cli/cmd/PushCommand.java#L160-L162

Added lines #L160 - L162 were not covered by tests

Check warning on line 177 in cli/ballerina-cli/src/main/java/io/ballerina/cli/cmd/PushCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

cli/ballerina-cli/src/main/java/io/ballerina/cli/cmd/PushCommand.java#L177

Added line #L177 was not covered by tests

Check warning on line 187 in cli/ballerina-cli/src/main/java/io/ballerina/cli/cmd/PushCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

cli/ballerina-cli/src/main/java/io/ballerina/cli/cmd/PushCommand.java#L187

Added line #L187 was not covered by tests

Check warning on line 190 in cli/ballerina-cli/src/main/java/io/ballerina/cli/cmd/PushCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

cli/ballerina-cli/src/main/java/io/ballerina/cli/cmd/PushCommand.java#L190

Added line #L190 was not covered by tests

Check warning on line 193 in cli/ballerina-cli/src/main/java/io/ballerina/cli/cmd/PushCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

cli/ballerina-cli/src/main/java/io/ballerina/cli/cmd/PushCommand.java#L192-L193

Added lines #L192 - L193 were not covered by tests

Check warning on line 195 in cli/ballerina-cli/src/main/java/io/ballerina/cli/cmd/PushCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

cli/ballerina-cli/src/main/java/io/ballerina/cli/cmd/PushCommand.java#L195

Added line #L195 was not covered by tests

Check warning on line 198 in cli/ballerina-cli/src/main/java/io/ballerina/cli/cmd/PushCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

cli/ballerina-cli/src/main/java/io/ballerina/cli/cmd/PushCommand.java#L197-L198

Added lines #L197 - L198 were not covered by tests

Check warning on line 201 in cli/ballerina-cli/src/main/java/io/ballerina/cli/cmd/PushCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

cli/ballerina-cli/src/main/java/io/ballerina/cli/cmd/PushCommand.java#L201

Added line #L201 was not covered by tests

Check warning on line 204 in cli/ballerina-cli/src/main/java/io/ballerina/cli/cmd/PushCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

cli/ballerina-cli/src/main/java/io/ballerina/cli/cmd/PushCommand.java#L204

Added line #L204 was not covered by tests

Check warning on line 207 in cli/ballerina-cli/src/main/java/io/ballerina/cli/cmd/PushCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

cli/ballerina-cli/src/main/java/io/ballerina/cli/cmd/PushCommand.java#L207

Added line #L207 was not covered by tests

Check warning on line 210 in cli/ballerina-cli/src/main/java/io/ballerina/cli/cmd/PushCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

cli/ballerina-cli/src/main/java/io/ballerina/cli/cmd/PushCommand.java#L209-L210

Added lines #L209 - L210 were not covered by tests

Check warning on line 275 in cli/ballerina-cli/src/main/java/io/ballerina/cli/cmd/PushCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

cli/ballerina-cli/src/main/java/io/ballerina/cli/cmd/PushCommand.java#L273-L275

Added lines #L273 - L275 were not covered by tests

Check warning on line 454 in cli/ballerina-cli/src/main/java/io/ballerina/cli/cmd/PushCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

cli/ballerina-cli/src/main/java/io/ballerina/cli/cmd/PushCommand.java#L454

Added line #L454 was not covered by tests

Check warning on line 458 in cli/ballerina-cli/src/main/java/io/ballerina/cli/cmd/PushCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

cli/ballerina-cli/src/main/java/io/ballerina/cli/cmd/PushCommand.java#L456-L458

Added lines #L456 - L458 were not covered by tests

Check warning on line 462 in cli/ballerina-cli/src/main/java/io/ballerina/cli/cmd/PushCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

cli/ballerina-cli/src/main/java/io/ballerina/cli/cmd/PushCommand.java#L460-L462

Added lines #L460 - L462 were not covered by tests

Check warning on line 469 in cli/ballerina-cli/src/main/java/io/ballerina/cli/cmd/PushCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

cli/ballerina-cli/src/main/java/io/ballerina/cli/cmd/PushCommand.java#L465-L469

Added lines #L465 - L469 were not covered by tests

Check warning on line 473 in cli/ballerina-cli/src/main/java/io/ballerina/cli/cmd/PushCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

cli/ballerina-cli/src/main/java/io/ballerina/cli/cmd/PushCommand.java#L473

Added line #L473 was not covered by tests

Check warning on line 475 in cli/ballerina-cli/src/main/java/io/ballerina/cli/cmd/PushCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

cli/ballerina-cli/src/main/java/io/ballerina/cli/cmd/PushCommand.java#L475

Added line #L475 was not covered by tests

Check warning on line 477 in cli/ballerina-cli/src/main/java/io/ballerina/cli/cmd/PushCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

cli/ballerina-cli/src/main/java/io/ballerina/cli/cmd/PushCommand.java#L477

Added line #L477 was not covered by tests

Check warning on line 480 in cli/ballerina-cli/src/main/java/io/ballerina/cli/cmd/PushCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

cli/ballerina-cli/src/main/java/io/ballerina/cli/cmd/PushCommand.java#L480

Added line #L480 was not covered by tests