• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

Gallopsled / pwntools / 69ef4f80b8a8488f9718431fc6eb0254d121affc / 1
74%
dev: 19%

Build:
Build:
LAST BUILD BRANCH: master
DEFAULT BRANCH: dev
Ran 27 Jul 2023 10:35PM UTC
Files 149
Run time 2s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

27 Jul 2023 10:27PM UTC coverage: 73.543% (+1.9%) from 71.67%
69ef4f80b8a8488f9718431fc6eb0254d121affc.1

push

github-actions

peace-maker
Fix ssh.process not setting ssh_process.cwd

The cwd wasn't passed to the ssh_process created in ssh.process,
so the ssh_process.cwd attribute was never set.

This passes the cwd along now.
```
s = ssh(..)
io = s.process("pwd", cwd="/tmp")
io.cwd # "."
io.recvall() # b"/tmp\n"
```

3877 of 6363 branches covered (60.93%)

12206 of 16597 relevant lines covered (73.54%)

0.74 hits per line

Source Files on job 69ef4f80b8a8488f9718431fc6eb0254d121affc.1
  • Tree
  • List 149
  • Changed 64
  • Source Changed 0
  • Coverage Changed 64
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 69
  • 69ef4f80 on github
  • Prev Job for on ssh_process_cwd (#5574359184.1)
  • Next Job for on ssh_process_cwd (#5686055266.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc