j4321 / tkcalendar

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

Add option to show/hide week numbers #20

Closed j4321 closed 5 years ago

j4321 commented 5 years ago

Fix #18 by ading showweeknumbers option.

codecov[bot] commented 5 years ago

Codecov Report

Merging #20 into master will increase coverage by 0.24%. The diff coverage is 92.85%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #20      +/-   ##
==========================================
+ Coverage    91.6%   91.84%   +0.24%     
==========================================
  Files           2        2              
  Lines         881      895      +14     
==========================================
+ Hits          807      822      +15     
+ Misses         74       73       -1
Impacted Files Coverage Δ
test.py 94.18% <100%> (+0.11%) :arrow_up:
tkcalendar.py 90.89% <88.88%> (+0.28%) :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 5b8681d...f10c7b2. Read the comment docs.