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

nledez / flask-fs2 / 29498885287
88%
master: 89%

Build:
Build:
LAST BUILD BRANCH: feat/swift-file-like-etag-and-pool-recycle
DEFAULT BRANCH: master
Ran 16 Jul 2026 12:39PM UTC
Jobs 6
Files 17
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

16 Jul 2026 12:36PM UTC coverage: 88.272%. First build
29498885287

push

github

nledez
feat(swift): verify ETag for seekable file-likes and recycle abandoned pool slots

  Two integrity/robustness fixes in the Swift backend:

  - _precompute() now hashes seekable file-likes from their current
    position and restores it, so uploads get a Content-Length and a
    server-side ETag check instead of an unverifiable chunked transfer.
    Non-seekable streams still pass through unchanged.
  - _PoolReleasingStream registers a weakref.finalize callback that closes
    the Connection and puts an empty slot back in the pool when a stream is
    dropped without close() (e.g. an HTTP client disconnecting mid-download).
    Previously such a stream leaked its slot until process exit, eventually
    starving the pool with PoolExhaustedError.

25 of 38 new or added lines in 1 file covered. (65.79%)

1001 of 1134 relevant lines covered (88.27%)

5.29 hits per line

Uncovered Changes

Lines Coverage ∆ File
13
75.91
flask_fs/backends/swift.py
Jobs
ID Job ID Ran Files Coverage
1 29498885287.1 16 Jul 2026 12:39PM UTC 17
88.27
GitHub Action Run
2 29498885287.2 16 Jul 2026 12:39PM UTC 17
88.27
GitHub Action Run
3 29498885287.3 16 Jul 2026 12:39PM UTC 17
88.27
GitHub Action Run
4 29498885287.4 16 Jul 2026 12:39PM UTC 17
88.27
GitHub Action Run
5 29498885287.5 16 Jul 2026 12:40PM UTC 17
88.27
GitHub Action Run
6 29498885287.6 16 Jul 2026 12:42PM UTC 17
87.83
GitHub Action Run
Source Files on build 29498885287
  • Tree
  • List 17
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 23d147c5 on github
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc