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

libsubprocess: reduce remote input prep/check #6002

Merged

libsubprocess: create write_buffer on demand

b131d32
Select commit
Loading
Failed to load commit list.
Merged

libsubprocess: reduce remote input prep/check #6002

libsubprocess: create write_buffer on demand
b131d32
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Jun 3, 2024 in 1s

61.01% of diff hit (target 83.27%)

View this Pull Request on Codecov

61.01% of diff hit (target 83.27%)

Annotations

Check warning on line 250 in src/common/libsubprocess/remote.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/common/libsubprocess/remote.c#L249-L250

Added lines #L249 - L250 were not covered by tests

Check warning on line 483 in src/common/libsubprocess/remote.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/common/libsubprocess/remote.c#L483

Added line #L483 was not covered by tests

Check warning on line 487 in src/common/libsubprocess/remote.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/common/libsubprocess/remote.c#L486-L487

Added lines #L486 - L487 were not covered by tests

Check warning on line 498 in src/common/libsubprocess/remote.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/common/libsubprocess/remote.c#L498

Added line #L498 was not covered by tests

Check warning on line 502 in src/common/libsubprocess/remote.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/common/libsubprocess/remote.c#L501-L502

Added lines #L501 - L502 were not covered by tests

Check warning on line 547 in src/common/libsubprocess/remote.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/common/libsubprocess/remote.c#L547

Added line #L547 was not covered by tests

Check warning on line 715 in src/common/libsubprocess/subprocess.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/common/libsubprocess/subprocess.c#L714-L715

Added lines #L714 - L715 were not covered by tests

Check warning on line 719 in src/common/libsubprocess/subprocess.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/common/libsubprocess/subprocess.c#L718-L719

Added lines #L718 - L719 were not covered by tests

Check warning on line 724 in src/common/libsubprocess/subprocess.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/common/libsubprocess/subprocess.c#L723-L724

Added lines #L723 - L724 were not covered by tests

Check warning on line 728 in src/common/libsubprocess/subprocess.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/common/libsubprocess/subprocess.c#L727-L728

Added lines #L727 - L728 were not covered by tests

Check warning on line 742 in src/common/libsubprocess/subprocess.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/common/libsubprocess/subprocess.c#L740-L742

Added lines #L740 - L742 were not covered by tests

Check warning on line 800 in src/common/libsubprocess/subprocess.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/common/libsubprocess/subprocess.c#L798-L800

Added lines #L798 - L800 were not covered by tests