Skip to content

Conversation

@tony
Copy link
Member

@tony tony commented Nov 1, 2025

@codecov
Copy link

codecov bot commented Nov 1, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 79.09%. Comparing base (a027705) to head (42363cc).
⚠️ Report is 10 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #478      +/-   ##
==========================================
+ Coverage   79.08%   79.09%   +0.01%     
==========================================
  Files          14       14              
  Lines        1525     1526       +1     
  Branches      321      321              
==========================================
+ Hits         1206     1207       +1     
  Misses        201      201              
  Partials      118      118              

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

tony added 9 commits November 1, 2025 10:26
Fixed 10 errors:
- src/vcspull/_internal/config_reader.py:
    1 × UP035 (deprecated-import)
- src/vcspull/config.py:
    1 × I001 (unsorted-imports)
    1 × UP035 (deprecated-import)
- src/vcspull/types.py:
    1 × I001 (unsorted-imports)
    1 × UP035 (deprecated-import)
- src/vcspull/validator.py:
    1 × UP035 (deprecated-import)
- tests/test_cli.py:
    1 × UP007 (non-pep604-annotation-union)
    1 × UP035 (deprecated-import)
    1 × I001 (unsorted-imports)
    1 × UP045 (non-pep604-annotation-optional)

Found 10 errors (10 fixed, 0 remaining).

Changes:
- Moved TypeAlias imports from typing_extensions to typing for Python 3.10+ compatibility
- Updated imports to use typing.TypeGuard and typing.Literal instead of typing_extensions
- Converted Union/Optional patterns to PEP 604 union syntax
- Fixed import sorting and deprecated import patterns
@tony tony merged commit c8a782a into master Nov 1, 2025
9 checks passed
@tony tony deleted the drop-python-3.9 branch November 1, 2025 15:47
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.

2 participants