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

Add check for loading data to ClassLoader instances. Fixes: #12135 #12686

Merged
merged 3 commits into from
Oct 9, 2024

tests: add tests to check loading of data for ClassLoader

ea5fac4
Select commit
Loading
Failed to load commit list.
Merged

Add check for loading data to ClassLoader instances. Fixes: #12135 #12686

tests: add tests to check loading of data for ClassLoader
ea5fac4
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 5, 2024 in 0s

91.15% (target 90.00%)

View this Pull Request on Codecov

91.15% (target 90.00%)

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.15%. Comparing base (8d08fc0) to head (ea5fac4).
Report is 10 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main   #12686      +/-   ##
==========================================
+ Coverage   91.14%   91.15%   +0.01%     
==========================================
  Files         596      596              
  Lines       60939    60986      +47     
  Branches     9646     9654       +8     
==========================================
+ Hits        55545    55594      +49     
+ Misses       3723     3720       -3     
- Partials     1671     1672       +1     
Files with missing lines Coverage Δ
weblate/addons/consistency.py 100.00% <100.00%> (ø)
weblate/utils/apps.py 65.68% <100.00%> (+1.95%) ⬆️
weblate/utils/checks.py 86.66% <ø> (ø)
weblate/utils/classloader.py 96.59% <100.00%> (+3.90%) ⬆️
weblate/utils/tests/test_checks.py 100.00% <100.00%> (ø)
weblate/utils/tests/test_classloader.py 100.00% <100.00%> (ø)

... and 1 file with indirect coverage changes