Skip to content

Use keyword arguments with default instead of kwargs.pop

3f8ac80
Select commit
Loading
Failed to load commit list.
Open

Some simple improvements #80

Use keyword arguments with default instead of kwargs.pop
3f8ac80
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Apr 1, 2026 in 0s

89.24% (-0.27%) compared to 1a8ce0c

View this Pull Request on Codecov

89.24% (-0.27%) compared to 1a8ce0c

Details

Codecov Report

❌ Patch coverage is 79.22078% with 16 lines in your changes missing coverage. Please review.
✅ Project coverage is 89.24%. Comparing base (1a8ce0c) to head (3f8ac80).
⚠️ Report is 7 commits behind head on master.

Files with missing lines Patch % Lines
ttkwidgets/frames/toggledframe.py 72.91% 13 Missing ⚠️
ttkwidgets/linklabel.py 89.28% 3 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #80      +/-   ##
==========================================
- Coverage   89.51%   89.24%   -0.27%     
==========================================
  Files          43       43              
  Lines        4026     4065      +39     
==========================================
+ Hits         3604     3628      +24     
- Misses        422      437      +15     
Files with missing lines Coverage Δ
ttkwidgets/itemscanvas.py 95.77% <100.00%> (ø)
ttkwidgets/linklabel.py 93.54% <89.28%> (-2.89%) ⬇️
ttkwidgets/frames/toggledframe.py 75.92% <72.91%> (-24.08%) ⬇️

... and 1 file with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1a8ce0c...3f8ac80. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.