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

✨ implement more of the Azure DevOps client #4456

Merged

Merge branch 'main' into jamiemagee/azure-devops-rest-of-the-owl

a611c41
Select commit
Loading
Failed to load commit list.
Merged

✨ implement more of the Azure DevOps client #4456

Merge branch 'main' into jamiemagee/azure-devops-rest-of-the-owl
a611c41
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Dec 31, 2024 in 0s

54.13% of diff hit (target 66.80%)

View this Pull Request on Codecov

54.13% of diff hit (target 66.80%)

Annotations

Check warning on line 45 in clients/azuredevopsrepo/branches.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

clients/azuredevopsrepo/branches.go#L39-L45

Added lines #L39 - L45 were not covered by tests

Check warning on line 97 in clients/azuredevopsrepo/branches.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

clients/azuredevopsrepo/branches.go#L96-L97

Added lines #L96 - L97 were not covered by tests

Check warning on line 110 in clients/azuredevopsrepo/branches.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

clients/azuredevopsrepo/branches.go#L109-L110

Added lines #L109 - L110 were not covered by tests

Check warning on line 48 in clients/azuredevopsrepo/builds.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

clients/azuredevopsrepo/builds.go#L44-L48

Added lines #L44 - L48 were not covered by tests

Check warning on line 77 in clients/azuredevopsrepo/builds.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

clients/azuredevopsrepo/builds.go#L77

Added line #L77 was not covered by tests

Check warning on line 94 in clients/azuredevopsrepo/client.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

clients/azuredevopsrepo/client.go#L94

Added line #L94 was not covered by tests

Check warning on line 96 in clients/azuredevopsrepo/client.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

clients/azuredevopsrepo/client.go#L96

Added line #L96 was not covered by tests

Check warning on line 106 in clients/azuredevopsrepo/client.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

clients/azuredevopsrepo/client.go#L105-L106

Added lines #L105 - L106 were not covered by tests

Check warning on line 114 in clients/azuredevopsrepo/client.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

clients/azuredevopsrepo/client.go#L113-L114

Added lines #L113 - L114 were not covered by tests

Check warning on line 120 in clients/azuredevopsrepo/client.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

clients/azuredevopsrepo/client.go#L117-L120

Added lines #L117 - L120 were not covered by tests

Check warning on line 149 in clients/azuredevopsrepo/client.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

clients/azuredevopsrepo/client.go#L149

Added line #L149 was not covered by tests

Check warning on line 205 in clients/azuredevopsrepo/client.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

clients/azuredevopsrepo/client.go#L205

Added line #L205 was not covered by tests

Check warning on line 209 in clients/azuredevopsrepo/client.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

clients/azuredevopsrepo/client.go#L209

Added line #L209 was not covered by tests

Check warning on line 213 in clients/azuredevopsrepo/client.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

clients/azuredevopsrepo/client.go#L213

Added line #L213 was not covered by tests

Check warning on line 217 in clients/azuredevopsrepo/client.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

clients/azuredevopsrepo/client.go#L217

Added line #L217 was not covered by tests

Check warning on line 229 in clients/azuredevopsrepo/client.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

clients/azuredevopsrepo/client.go#L229

Added line #L229 was not covered by tests

Check warning on line 246 in clients/azuredevopsrepo/client.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

clients/azuredevopsrepo/client.go#L246

Added line #L246 was not covered by tests

Check warning on line 256 in clients/azuredevopsrepo/client.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

clients/azuredevopsrepo/client.go#L253-L256

Added lines #L253 - L256 were not covered by tests

Check warning on line 266 in clients/azuredevopsrepo/client.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

clients/azuredevopsrepo/client.go#L263-L266

Added lines #L263 - L266 were not covered by tests

Check warning on line 279 in clients/azuredevopsrepo/client.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

clients/azuredevopsrepo/client.go#L278-L279

Added lines #L278 - L279 were not covered by tests

Check warning on line 296 in clients/azuredevopsrepo/client.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

clients/azuredevopsrepo/client.go#L294-L296

Added lines #L294 - L296 were not covered by tests

Check warning on line 309 in clients/azuredevopsrepo/client.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

clients/azuredevopsrepo/client.go#L306-L309

Added lines #L306 - L309 were not covered by tests

Check warning on line 318 in clients/azuredevopsrepo/client.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

clients/azuredevopsrepo/client.go#L313-L318

Added lines #L313 - L318 were not covered by tests

Check warning on line 62 in clients/azuredevopsrepo/commits.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

clients/azuredevopsrepo/commits.go#L52-L62

Added lines #L52 - L62 were not covered by tests

Check warning on line 74 in clients/azuredevopsrepo/commits.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

clients/azuredevopsrepo/commits.go#L73-L74

Added lines #L73 - L74 were not covered by tests