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

Smart HTTP Git transport & partial clones (#291) #332

Merged
merged 1 commit into from
Jul 5, 2023

Smart HTTP Git transport & partial clones (#291)

2f2442c
Select commit
Loading
Failed to load commit list.
Merged

Smart HTTP Git transport & partial clones (#291) #332

Smart HTTP Git transport & partial clones (#291)
2f2442c
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Codecov / codecov/patch failed Jun 30, 2023 in 1s

36.76% of diff hit (target 47.82%)

View this Pull Request on Codecov

36.76% of diff hit (target 47.82%)

Annotations

Check warning on line 13 in git/server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

git/server.go#L10-L13

Added lines #L10 - L13 were not covered by tests

Check warning on line 17 in git/server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

git/server.go#L15-L17

Added lines #L15 - L17 were not covered by tests

Check warning on line 63 in git/utils.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

git/utils.go#L56-L63

Added lines #L56 - L63 were not covered by tests

Check warning on line 71 in git/utils.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

git/utils.go#L65-L71

Added lines #L65 - L71 were not covered by tests

Check warning on line 73 in git/utils.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

git/utils.go#L73

Added line #L73 was not covered by tests

Check warning on line 38 in internal/log/log.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/log/log.go#L35-L38

Added lines #L35 - L38 were not covered by tests

Check warning on line 122 in server/config/config.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/config/config.go#L121-L122

Added lines #L121 - L122 were not covered by tests

Check warning on line 44 in server/daemon/conn.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/daemon/conn.go#L37-L44

Added lines #L37 - L44 were not covered by tests

Check warning on line 46 in server/daemon/conn.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/daemon/conn.go#L46

Added line #L46 was not covered by tests

Check warning on line 96 in server/daemon/conn.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/daemon/conn.go#L90-L96

Added lines #L90 - L96 were not covered by tests

Check warning on line 104 in server/daemon/conn.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/daemon/conn.go#L104

Added line #L104 was not covered by tests

Check warning on line 191 in server/daemon/daemon.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/daemon/daemon.go#L190-L191

Added lines #L190 - L191 were not covered by tests

Check warning on line 200 in server/daemon/daemon.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/daemon/daemon.go#L200

Added line #L200 was not covered by tests

Check warning on line 212 in server/daemon/daemon.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/daemon/daemon.go#L208-L212

Added lines #L208 - L212 were not covered by tests

Check warning on line 218 in server/daemon/daemon.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/daemon/daemon.go#L215-L218

Added lines #L215 - L218 were not covered by tests

Check warning on line 221 in server/daemon/daemon.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/daemon/daemon.go#L221

Added line #L221 was not covered by tests

Check warning on line 227 in server/daemon/daemon.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/daemon/daemon.go#L224-L227

Added lines #L224 - L227 were not covered by tests

Check warning on line 248 in server/daemon/daemon.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/daemon/daemon.go#L245-L248

Added lines #L245 - L248 were not covered by tests

Check warning on line 265 in server/daemon/daemon.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/daemon/daemon.go#L265

Added line #L265 was not covered by tests

Check warning on line 275 in server/daemon/daemon.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/daemon/daemon.go#L268-L275

Added lines #L268 - L275 were not covered by tests

Check warning on line 277 in server/daemon/daemon.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/daemon/daemon.go#L277

Added line #L277 was not covered by tests

Check warning on line 291 in server/daemon/daemon.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/daemon/daemon.go#L280-L291

Added lines #L280 - L291 were not covered by tests

Check warning on line 94 in server/git/git.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/git/git.go#L89-L94

Added lines #L89 - L94 were not covered by tests

Check warning on line 103 in server/git/git.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/git/git.go#L98-L103

Added lines #L98 - L103 were not covered by tests

Check warning on line 44 in server/git/service.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/git/service.go#L39-L44

Added lines #L39 - L44 were not covered by tests