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

Gallopsled / pwntools / 25004997734
74%

Build:
DEFAULT BRANCH: dev
Ran 27 Apr 2026 04:17PM UTC
Jobs 1
Files 151
Run time 1min
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 Apr 2026 03:29PM UTC coverage: 73.791% (+0.02%) from 73.771%
25004997734

push

github

web-flow
fix(ssh): resolve PermissionError on Windows during SFTP upload (#2720)

* fix(ssh): resolve PermissionError on Windows during SFTP upload

On Windows, `tempfile.NamedTemporaryFile()` holds an exclusive lock on the file.
Previously, `sftp.put()` attempted to re-open the file by its path, causing a 
`PermissionError: [Errno 13]`. This commit replaces `put` with `putfo`, passing a file object directly to bypass the tempfile entirely.

* Update CHANGELOG.md

Update CHANGELOG.md to include new entries and links.

3909 of 6564 branches covered (59.55%)

5 of 5 new or added lines in 1 file covered. (100.0%)

13430 of 18200 relevant lines covered (73.79%)

0.74 hits per line

Jobs
ID Job ID Ran Files Coverage
1 25004997734.1 27 Apr 2026 04:17PM UTC 151
73.79
GitHub Action Run
Source Files on build 25004997734
  • Tree
  • List 151
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • b4481e18 on github
  • Prev Build on dev (#25003092376)
  • Next Build on dev (#25007114297)
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