j4321 / tkcalendar

Calendar widget for Tkinter
https://pypi.python.org/pypi/tkcalendar
GNU General Public License v3.0
97 stars 33 forks source link

add weeknumber offset feature #97

Open kennykfung opened 1 year ago

kennykfung commented 1 year ago

add weeknumber offset feature to allow user to change the default isocalendar returned weeknumber. this is an offset and default is 0

codecov[bot] commented 1 year ago

Codecov Report

Merging #97 (c3e6cb3) into master (a979184) will decrease coverage by 0.55%. The diff coverage is 73.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #97      +/-   ##
==========================================
- Coverage   92.69%   92.13%   -0.56%     
==========================================
  Files           9        9              
  Lines        2011     2022      +11     
==========================================
- Hits         1864     1863       -1     
- Misses        147      159      +12     
Impacted Files Coverage Δ
tkcalendar/dateentry.py 87.81% <55.55%> (-2.23%) :arrow_down:
tests/test_calendar.py 92.60% <100.00%> (+0.41%) :arrow_up:
tkcalendar/calendar_.py 94.18% <100.00%> (-0.40%) :arrow_down:
tests/test_tooltip.py 78.87% <0.00%> (-2.82%) :arrow_down:
tests/test_dateentry.py 98.37% <0.00%> (-1.63%) :arrow_down:
tkcalendar/tooltip.py 84.00% <0.00%> (-1.60%) :arrow_down:
tests/base_widget_testcase.py 90.47% <0.00%> (+9.52%) :arrow_up:

Continue to review full report at Codecov.

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