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 bug with OSX default theme #22

Closed j4321 closed 5 years ago

j4321 commented 5 years ago

Fix #16.

Add OSX in Travis CI

codecov[bot] commented 5 years ago

Codecov Report

Merging #22 into master will decrease coverage by 0.1%. The diff coverage is 95%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master   #22      +/-   ##
=======================================
- Coverage   92.11%   92%   -0.11%     
=======================================
  Files           2     2              
  Lines         900   888      -12     
=======================================
- Hits          829   817      -12     
  Misses         71    71
Impacted Files Coverage Δ
test.py 94.11% <100%> (-0.12%) :arrow_down:
tkcalendar.py 91.15% <94.44%> (-0.1%) :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 1b18218...4e55af5. Read the comment docs.