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 display issues in Windows and make config() method accept a dictionary of options #52

Closed j4321 closed 4 years ago

j4321 commented 4 years ago
codecov[bot] commented 4 years ago

Codecov Report

Merging #52 into master will decrease coverage by 0.09%. The diff coverage is 93.33%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master      #52     +/-   ##
=========================================
- Coverage   93.39%   93.29%   -0.1%     
=========================================
  Files           9        9             
  Lines        1967     1983     +16     
=========================================
+ Hits         1837     1850     +13     
- Misses        130      133      +3
Impacted Files Coverage Δ
tests/test_calendar.py 92.06% <100%> (+0.08%) :arrow_up:
tests/test_dateentry.py 100% <100%> (ø) :arrow_up:
tkcalendar/calendar_.py 94.79% <83.33%> (-0.09%) :arrow_down:
tkcalendar/dateentry.py 94.78% <91.66%> (-0.95%) :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 ce9f12c...b263717. Read the comment docs.