j4321 / tkcalendar

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

Events #23

Closed j4321 closed 6 years ago

j4321 commented 6 years ago

Add possibility to display special events (like birthdays, ..) in the calendar. The events are displayed with colors defined by tags and the event description is displayed in a tooltip (see documentation).

Fix #19

codecov[bot] commented 6 years ago

Codecov Report

Merging #23 into master will increase coverage by 3.95%. The diff coverage is 95.8%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #23      +/-   ##
==========================================
+ Coverage      92%   95.96%   +3.95%     
==========================================
  Files           2        9       +7     
  Lines         888     1462     +574     
==========================================
+ Hits          817     1403     +586     
+ Misses         71       59      -12
Impacted Files Coverage Δ
tkcalendar/__init__.py 100% <100%> (ø)
tests/test_calendar.py 96.04% <100%> (ø)
tests/test_dateentry.py 100% <100%> (ø)
tests/__init__.py 100% <100%> (ø)
tests/base_widget_testcase.py 80.95% <80.95%> (ø)
tkcalendar/calendar_.py 96.02% <93.86%> (ø)
tkcalendar/dateentry.py 94.05% <94.05%> (ø)
tkcalendar/tooltip.py 96% <96%> (ø)
tests/test_tooltip.py 98.75% <98.75%> (ø)
... and 7 more

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 8c14470...550db32. Read the comment docs.