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

Gallopsled / pwntools / 1 / 1
74%
dev: 74%

Build:
Build:
LAST BUILD BRANCH: rop-typo
DEFAULT BRANCH: dev
Ran 04 Dec 2025 10:18AM UTC
Files 148
Run time 4s
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

20 Apr 2022 12:09PM UTC coverage: 1.339% (-70.0%) from 71.359%
1.1

push

github

web-flow
fix: Fallback to temp dir if cache does not exist (#1784)

This fixes a misbehaviour in environments where `XDG_CACHE_DIR` is not
set and `~/.cache` does not exist, e.g. in the docker image. We simply
attempt to create a temporary directory which will be registered with
`atexit` to be deleted on exit using `shutil.rmtree()`. A Python 3
approach for future would be to use a `TemporaryDirectory` instead which
would get cleaned up when the held object gets dropped out of the TLS
stack.

It is still possible for the `context.cache_dir` to be `None` if the
default directory exists but is not writable, which means some code
which uses this property is liable to blow up in such a circumstance.

2 of 5730 branches covered (0.03%)

221 of 16511 relevant lines covered (1.34%)

0.01 hits per line

Source Files on job 1.1
  • Tree
  • List 148
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 1
  • c93bdfee on github
  • Prev Job for on master (#2195539125.1)
  • Next Job for on master (#1.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