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

zappa / Zappa / 20065257241
74%

Build:
DEFAULT BRANCH: master
Ran 09 Dec 2025 01:41PM UTC
Jobs 5
Files 12
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

09 Dec 2025 01:31PM UTC coverage: 74.529% (+0.01%) from 74.517%
20065257241

push

github

web-flow
  Fix manylinux wheel matching for PEP 425 sorted platform tags (#1401)

The manylinux wheel regex pattern failed to match wheels using the
  properly sorted compressed platform tag format specified by PEP 425.

  PEP 425 requires compressed platform tags to be sorted alphabetically,
  which places legacy tags (manylinux2014) before PEP 600 tags
  (manylinux_2_17) since '2' < '_' in ASCII. Some packages like
  psycopg-binary have adopted this format in recent releases, causing
  get_cached_manylinux_wheel() to return None for valid wheels.

  Update build_manylinux_wheel_file_match_pattern() to support:
  - Sorted format: manylinux2014_x86_64.manylinux_2_17_x86_64 (PEP 425)
  - Unsorted format: manylinux_2_17_x86_64.manylinux2014_x86_64 (legacy)
  - Legacy only: manylinux2014_x86_64

  Add test_get_manylinux_python314() and
  test_manylinux_wheel_platform_tag_sort_order() to verify the fix.

  Github-Issue:#1400

Co-authored-by: shane <shane.cousins@kiconiaworks.com>

3204 of 4299 relevant lines covered (74.53%)

3.72 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
259
79.83
0.03% core.py
Jobs
ID Job ID Ran Files Coverage
1 py3.12 - 20065257241.1 09 Dec 2025 01:42PM UTC 12
74.48
GitHub Action Run
2 py3.11 - 20065257241.2 09 Dec 2025 01:42PM UTC 12
74.48
GitHub Action Run
3 py3.10 - 20065257241.3 09 Dec 2025 01:42PM UTC 12
74.48
GitHub Action Run
4 py3.9 - 20065257241.4 09 Dec 2025 01:42PM UTC 12
74.48
GitHub Action Run
5 py3.13 - 20065257241.5 09 Dec 2025 01:41PM UTC 12
74.51
GitHub Action Run
Source Files on build 20065257241
  • Tree
  • List 12
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #20065257241
  • a675cc08 on github
  • Prev Build on master (#19655747275)
  • Next Build on master (#20085989485)
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

© 2025 Coveralls, Inc