j4321 / tkcalendar

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

python calculator #68

Closed rahu974 closed 3 years ago

rahu974 commented 3 years ago

python tkinter to create calculator

codecov[bot] commented 3 years ago

Codecov Report

Merging #68 into master will decrease coverage by 0.31%. The diff coverage is 55.55%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #68      +/-   ##
==========================================
- Coverage   92.69%   92.37%   -0.32%     
==========================================
  Files           9        9              
  Lines        2011     2019       +8     
==========================================
+ Hits         1864     1865       +1     
- Misses        147      154       +7     
Impacted Files Coverage Δ
tkcalendar/dateentry.py 87.81% <55.55%> (-2.23%) :arrow_down:
tests/test_tooltip.py 78.87% <0.00%> (-2.82%) :arrow_down:
tests/test_dateentry.py 98.37% <0.00%> (-1.63%) :arrow_down:
tkcalendar/tooltip.py 84.00% <0.00%> (-1.60%) :arrow_down:
tkcalendar/calendar_.py 94.69% <0.00%> (+0.11%) :arrow_up:
tests/test_calendar.py 92.60% <0.00%> (+0.41%) :arrow_up:
tests/base_widget_testcase.py 90.47% <0.00%> (+9.52%) :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 0c6aa7c...474b080. Read the comment docs.