Skip to content

fix types after mypy update - #1492

Merged
collerek merged 2 commits into
masterfrom
fix-types-after-mypy-update
Jan 22, 2026
Merged

fix types after mypy update#1492
collerek merged 2 commits into
masterfrom
fix-types-after-mypy-update

change to assert

9cb7df2
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 22, 2026 in 1s

100.00% (+0.00%) compared to 552993a

View this Pull Request on Codecov

100.00% (+0.00%) compared to 552993a

Details

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (552993a) to head (9cb7df2).
⚠️ Report is 9 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##            master     #1492   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          206       207    +1     
  Lines        14863     14872    +9     
=========================================
+ Hits         14863     14872    +9     
Files with missing lines Coverage Δ
ormar/decorators/signals.py 100.00% <ø> (ø)
ormar/fields/model_fields.py 100.00% <100.00%> (ø)
ormar/fields/referential_actions.py 100.00% <100.00%> (ø)
ormar/models/helpers/relations.py 100.00% <100.00%> (ø)
ormar/queryset/queries/query.py 100.00% <100.00%> (ø)
ormar/queryset/queryset.py 100.00% <100.00%> (ø)
ormar/queryset/reverse_alias_resolver.py 100.00% <100.00%> (ø)
tests/test_completion.py 100.00% <100.00%> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.