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

perf(git): use 'uv.spawn' for command line IO #70

Merged
merged 11 commits into from
Oct 20, 2023

chore

65f4b74
Select commit
Loading
Failed to load commit list.
Merged

perf(git): use 'uv.spawn' for command line IO #70

chore
65f4b74
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Oct 20, 2023 in 0s

65.83% of diff hit (target 42.23%)

View this Pull Request on Codecov

65.83% of diff hit (target 42.23%)

Annotations

Check warning on line 167 in lua/gitlinker.lua

See this annotation in the file changed.

@codecov codecov / codecov/patch

lua/gitlinker.lua#L166-L167

Added lines #L166 - L167 were not covered by tests

Check warning on line 190 in lua/gitlinker.lua

See this annotation in the file changed.

@codecov codecov / codecov/patch

lua/gitlinker.lua#L189-L190

Added lines #L189 - L190 were not covered by tests

Check warning on line 225 in lua/gitlinker.lua

See this annotation in the file changed.

@codecov codecov / codecov/patch

lua/gitlinker.lua#L224-L225

Added lines #L224 - L225 were not covered by tests

Check warning on line 11 in lua/gitlinker/git.lua

See this annotation in the file changed.

@codecov codecov / codecov/patch

lua/gitlinker/git.lua#L11

Added line #L11 was not covered by tests

Check warning on line 17 in lua/gitlinker/git.lua

See this annotation in the file changed.

@codecov codecov / codecov/patch

lua/gitlinker/git.lua#L15-L17

Added lines #L15 - L17 were not covered by tests

Check warning on line 22 in lua/gitlinker/git.lua

See this annotation in the file changed.

@codecov codecov / codecov/patch

lua/gitlinker/git.lua#L22

Added line #L22 was not covered by tests

Check warning on line 27 in lua/gitlinker/git.lua

See this annotation in the file changed.

@codecov codecov / codecov/patch

lua/gitlinker/git.lua#L27

Added line #L27 was not covered by tests

Check warning on line 34 in lua/gitlinker/git.lua

See this annotation in the file changed.

@codecov codecov / codecov/patch

lua/gitlinker/git.lua#L32-L34

Added lines #L32 - L34 were not covered by tests

Check warning on line 47 in lua/gitlinker/git.lua

See this annotation in the file changed.

@codecov codecov / codecov/patch

lua/gitlinker/git.lua#L47

Added line #L47 was not covered by tests

Check warning on line 51 in lua/gitlinker/git.lua

See this annotation in the file changed.

@codecov codecov / codecov/patch

lua/gitlinker/git.lua#L49-L51

Added lines #L49 - L51 were not covered by tests

Check warning on line 55 in lua/gitlinker/git.lua

See this annotation in the file changed.

@codecov codecov / codecov/patch

lua/gitlinker/git.lua#L53-L55

Added lines #L53 - L55 were not covered by tests

Check warning on line 58 in lua/gitlinker/git.lua

See this annotation in the file changed.

@codecov codecov / codecov/patch

lua/gitlinker/git.lua#L58

Added line #L58 was not covered by tests

Check warning on line 111 in lua/gitlinker/git.lua

See this annotation in the file changed.

@codecov codecov / codecov/patch

lua/gitlinker/git.lua#L111

Added line #L111 was not covered by tests

Check warning on line 160 in lua/gitlinker/git.lua

See this annotation in the file changed.

@codecov codecov / codecov/patch

lua/gitlinker/git.lua#L160

Added line #L160 was not covered by tests

Check warning on line 256 in lua/gitlinker/git.lua

See this annotation in the file changed.

@codecov codecov / codecov/patch

lua/gitlinker/git.lua#L256

Added line #L256 was not covered by tests

Check warning on line 268 in lua/gitlinker/git.lua

See this annotation in the file changed.

@codecov codecov / codecov/patch

lua/gitlinker/git.lua#L267-L268

Added lines #L267 - L268 were not covered by tests

Check warning on line 43 in lua/gitlinker/spawn.lua

See this annotation in the file changed.

@codecov codecov / codecov/patch

lua/gitlinker/spawn.lua#L43

Added line #L43 was not covered by tests

Check warning on line 91 in lua/gitlinker/spawn.lua

See this annotation in the file changed.

@codecov codecov / codecov/patch

lua/gitlinker/spawn.lua#L91

Added line #L91 was not covered by tests

Check warning on line 149 in lua/gitlinker/spawn.lua

See this annotation in the file changed.

@codecov codecov / codecov/patch

lua/gitlinker/spawn.lua#L147-L149

Added lines #L147 - L149 were not covered by tests

Check warning on line 184 in lua/gitlinker/spawn.lua

See this annotation in the file changed.

@codecov codecov / codecov/patch

lua/gitlinker/spawn.lua#L183-L184

Added lines #L183 - L184 were not covered by tests

Check warning on line 187 in lua/gitlinker/spawn.lua

See this annotation in the file changed.

@codecov codecov / codecov/patch

lua/gitlinker/spawn.lua#L186-L187

Added lines #L186 - L187 were not covered by tests

Check warning on line 191 in lua/gitlinker/spawn.lua

See this annotation in the file changed.

@codecov codecov / codecov/patch

lua/gitlinker/spawn.lua#L190-L191

Added lines #L190 - L191 were not covered by tests

Check warning on line 194 in lua/gitlinker/spawn.lua

See this annotation in the file changed.

@codecov codecov / codecov/patch

lua/gitlinker/spawn.lua#L193-L194

Added lines #L193 - L194 were not covered by tests

Check warning on line 199 in lua/gitlinker/spawn.lua

See this annotation in the file changed.

@codecov codecov / codecov/patch

lua/gitlinker/spawn.lua#L197-L199

Added lines #L197 - L199 were not covered by tests

Check warning on line 205 in lua/gitlinker/spawn.lua

See this annotation in the file changed.

@codecov codecov / codecov/patch

lua/gitlinker/spawn.lua#L204-L205

Added lines #L204 - L205 were not covered by tests