Skip to content

fix(routing): tighten router contracts after review

426187e
Select commit
Loading
Failed to load commit list.
Draft

experiment separate Broker + Router #624

fix(routing): tighten router contracts after review
426187e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 7, 2026 in 1s

82.91% (+3.12%) compared to 9f8db96

View this Pull Request on Codecov

82.91% (+3.12%) compared to 9f8db96

Details

Codecov Report

❌ Patch coverage is 94.77352% with 30 lines in your changes missing coverage. Please review.
✅ Project coverage is 82.91%. Comparing base (9f8db96) to head (426187e).

Files with missing lines Patch % Lines
taskiq/router.py 93.80% 7 Missing ⚠️
taskiq/routing/registries.py 87.27% 7 Missing ⚠️
taskiq/kicker.py 93.05% 5 Missing ⚠️
taskiq/task_builder.py 91.30% 4 Missing ⚠️
taskiq/routing/routes.py 96.15% 2 Missing ⚠️
taskiq/routing/subscriptions.py 96.49% 2 Missing ⚠️
taskiq/abc/broker.py 97.87% 1 Missing ⚠️
taskiq/routing/models.py 95.00% 1 Missing ⚠️
taskiq/routing/references.py 90.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #624      +/-   ##
==========================================
+ Coverage   79.79%   82.91%   +3.12%     
==========================================
  Files          69       79      +10     
  Lines        2529     3050     +521     
==========================================
+ Hits         2018     2529     +511     
- Misses        511      521      +10     

☔ View full report in Codecov by Harness.
📢 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.