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

AndreMiras / buildozer / 25747043736 / 2
54%
develop: 0%

Build:
Build:
LAST BUILD BRANCH: master
DEFAULT BRANCH: develop
Ran 12 May 2026 04:28PM UTC
Files 16
Run time 3s
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

12 May 2026 04:11PM UTC coverage: 48.811% (+0.05%) from 48.765%
25747043736.2

push

github

AndreMiras
:bug: Preserve tar symlinks on Python 3.14

Python 3.14 changes tarfile.extractall's default extraction filter to
'data' (PEP 706), which raises AbsoluteLinkError on absolute symlink
entries. SDK/NDK/JDK extraction goes through buildops.file_extract;
NDK r23b's macOS tarball is documented to contain absolute symlinks
(android/ndk#1671), so `buildozer android debug` against that NDK
version would fail on 3.14.

Pass filter='fully_trusted' to extractall on Python 3.12+ via feature
detection so 3.10/3.11 (where the kwarg does not exist) keep working
unchanged.

Add test_extract_tarball_preserves_symlinks which builds a tarball
with relative and absolute symlinks and asserts both survive
extraction. Without the filter argument the absolute-symlink
assertion fails on 3.14 with tarfile.AbsoluteLinkError.

383 of 886 branches covered (43.23%)

Branch coverage included in aggregate %.

1279 of 2519 relevant lines covered (50.77%)

0.51 hits per line

Source Files on job python-3.12-ubuntu-latest - 25747043736.2
  • Tree
  • List 16
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 25747043736
  • 8d8a6df4 on github
  • Prev Job for on fix/tarfile-extract (#25743803573.6)
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