r-lib / processx

Execute and Control Subprocesses from R
https://processx.r-lib.org/
Other
234 stars 43 forks source link

FIFO connections #340

Closed gaborcsardi closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #340 (75b6051) into main (7681ce4) will decrease coverage by 2.05%. The diff coverage is 5.37%.

@@            Coverage Diff             @@
##             main     #340      +/-   ##
==========================================
- Coverage   69.65%   67.60%   -2.06%     
==========================================
  Files          35       35              
  Lines        2821     2914      +93     
==========================================
+ Hits         1965     1970       +5     
- Misses        856      944      +88     
Impacted Files Coverage Δ
R/connections.R 45.63% <0.00%> (-27.81%) :arrow_down:
R/utils.R 74.28% <0.00%> (-0.54%) :arrow_down:
src/init.c 100.00% <ø> (ø)
src/unix/connection.c 100.00% <ø> (ø)
src/processx-connection.c 73.35% <9.43%> (-7.53%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 7681ce4...75b6051. Read the comment docs.