| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## master #1688 +/- ##
=======================================
Coverage 99.76% 99.76%
=======================================
Files 33 33
Lines 3407 3410 +3
Branches 463 464 +1
=======================================
+ Hits 3399 3402 +3
Misses 5 5
Partials 3 3 ☔ View full report in Codecov by Harness.
|
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Bumps requires-python to >=3.10 and drops 3.9 / pypy-3.9 from the CI matrix. Knock-on cleanups from pyupgrade --py310-plus and ruff target-version = "py310"; moves Callable imports to collections.abc, rewrites the two module-level Union[...] aliases in _cache.py and _utils/net.py as PEP 604 unions. Cython rebuild and full test suite are clean locally.