Skip to content

Conversation

@godlygeek
Copy link
Contributor

@godlygeek godlygeek commented Jan 7, 2026

  • Fix C++ coverage reporting by passing coverage compiler flags in CXXFLAGS
  • Build wheels for Python 3.13t (closes Support for 3.13t #270)
  • Run the test suite with Python 3.13t and Python 3.14t in CI

@codecov-commenter
Copy link

codecov-commenter commented Jan 7, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 83.07%. Comparing base (134db1d) to head (5bfbd0c).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #271      +/-   ##
==========================================
+ Coverage   82.27%   83.07%   +0.80%     
==========================================
  Files          46       46              
  Lines        6334     6211     -123     
  Branches      470      470              
==========================================
- Hits         5211     5160      -51     
+ Misses       1123     1051      -72     
Flag Coverage Δ
cpp 83.07% <ø> (+0.80%) ⬆️
python_and_cython 83.07% <ø> (+0.80%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@godlygeek godlygeek requested a review from pablogsal January 7, 2026 05:30
@godlygeek godlygeek marked this pull request as ready for review January 7, 2026 05:30
Signed-off-by: Matt Wozniski <godlygeek@gmail.com>
Older versions of setuptools pass CFLAGS to the C++ compiler.
Newer versions of setuptools pass only CXXFLAGS to the C++ compiler.

Set the profiling compiler flags in both CFLAGS and CXXFLAGS for now, to
cope with both old and new versions of setuptools.

Signed-off-by: Matt Wozniski <godlygeek@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support for 3.13t

2 participants