j4321 / tkcalendar

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

Fix day selection issues for firstweekday="sunday" #29

Closed j4321 closed 5 years ago

j4321 commented 5 years ago

Fix #28.

codecov[bot] commented 5 years ago

Codecov Report

Merging #29 into master will decrease coverage by 0.38%. The diff coverage is 77.04%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #29      +/-   ##
==========================================
- Coverage   95.94%   95.55%   -0.39%     
==========================================
  Files           9        9              
  Lines        1479     1486       +7     
==========================================
+ Hits         1419     1420       +1     
- Misses         60       66       +6
Impacted Files Coverage Δ
tests/test_calendar.py 96.14% <100%> (+0.02%) :arrow_up:
tkcalendar/calendar_.py 95.08% <76.27%> (-0.87%) :arrow_down:

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 7bc372b...22ac428. Read the comment docs.