Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(component): move key_filter validation to the model #12664

Merged
merged 1 commit into from
Oct 3, 2024

fix(component): move key_filter validation to the model

8784599
Select commit
Loading
Failed to load commit list.
Merged

fix(component): move key_filter validation to the model #12664

fix(component): move key_filter validation to the model
8784599
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 3, 2024 in 0s

91.12% (target 90.00%)

View this Pull Request on Codecov

91.12% (target 90.00%)

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.12%. Comparing base (16a2c68) to head (8784599).
Report is 5 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main   #12664   +/-   ##
=======================================
  Coverage   91.12%   91.12%           
=======================================
  Files         596      596           
  Lines       60890    60892    +2     
  Branches     9643     9644    +1     
=======================================
+ Hits        55483    55487    +4     
+ Misses       3729     3728    -1     
+ Partials     1678     1677    -1     
Files with missing lines Coverage Δ
weblate/trans/forms.py 89.88% <ø> (+0.14%) ⬆️
weblate/trans/models/component.py 80.47% <100.00%> (+0.02%) ⬆️
weblate/trans/tests/test_component.py 99.68% <100.00%> (+<0.01%) ⬆️