Add check for loading data to ClassLoader instances. Fixes: #12135 #12686
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
@@ 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%> (ø) |
Loading