Skip to content

fix: avoid `itertools.pairwise` for Python 3.9 compatibility

fbf8aec
Select commit
Loading
Failed to load commit list.
Merged

chore: update pre-commit hooks #286

fix: avoid `itertools.pairwise` for Python 3.9 compatibility
fbf8aec
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 7, 2026 in 0s

74.31% (target 70.00%)

View this Pull Request on Codecov

74.31% (target 70.00%)

Details

Codecov Report

❌ Patch coverage is 87.50000% with 4 lines in your changes missing coverage. Please review.
✅ Project coverage is 74.31%. Comparing base (c2145d0) to head (fbf8aec).
⚠️ Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
src/pyg4ometry/analysis/flukaData.py 0.00% 3 Missing ⚠️
...rc/pyg4ometry/visualisation/ViewerHierarchyBase.py 0.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main     #286   +/-   ##
=======================================
  Coverage   74.31%   74.31%           
=======================================
  Files         157      157           
  Lines       22953    22955    +2     
=======================================
+ Hits        17058    17060    +2     
  Misses       5895     5895           

☔ 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.