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

AndreMiras / buildozer / 25747043736
54%
develop: 0%

Build:
Build:
LAST BUILD BRANCH: master
DEFAULT BRANCH: develop
Ran 12 May 2026 04:13PM UTC
Jobs 10
Files 16
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

12 May 2026 04:11PM UTC coverage: 54.273% (+0.07%) from 54.206%
25747043736

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.

414 of 886 branches covered (46.73%)

Branch coverage included in aggregate %.

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

1434 of 2519 relevant lines covered (56.93%)

5.38 hits per line

Jobs
ID Job ID Ran Files Coverage
1 python-3.13-ubuntu-latest - 25747043736.1 12 May 2026 04:28PM UTC 16
48.81
GitHub Action Run
2 python-3.12-ubuntu-latest - 25747043736.2 12 May 2026 04:28PM UTC 16
48.81
GitHub Action Run
3 python-3.10-macos-latest - 25747043736.3 12 May 2026 04:28PM UTC 16
54.1
GitHub Action Run
4 python-3.12-macos-latest - 25747043736.4 12 May 2026 04:28PM UTC 16
54.13
GitHub Action Run
5 python-3.14-ubuntu-latest - 25747043736.5 12 May 2026 04:28PM UTC 16
48.81
GitHub Action Run
6 python-3.11-macos-latest - 25747043736.6 12 May 2026 04:28PM UTC 16
54.13
GitHub Action Run
7 python-3.13-macos-latest - 25747043736.7 12 May 2026 04:28PM UTC 16
54.13
GitHub Action Run
8 python-3.11-ubuntu-latest - 25747043736.8 12 May 2026 04:28PM UTC 16
48.81
GitHub Action Run
9 python-3.10-ubuntu-latest - 25747043736.9 12 May 2026 04:28PM UTC 16
48.81
GitHub Action Run
10 python-3.14-macos-latest - 25747043736.10 12 May 2026 04:28PM UTC 16
54.13
GitHub Action Run
Source Files on build 25747043736
  • 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 Repo
  • 8d8a6df4 on github
  • Prev Build on master (#25743803573)
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