ThomasInKU / Covid19-Tracker

This Covid19-Tracker application is a part of KU ISP project proposal.
https://cpske.github.io/ISP/
Other
2 stars 2 forks source link

Add more unittest and fix bugs #111

Closed bhatara007 closed 3 years ago

codecov-io commented 3 years ago

Codecov Report

Merging #111 (000bf65) into unittest2 (613489d) will increase coverage by 10.95%. The diff coverage is 33.33%.

Impacted file tree graph

@@              Coverage Diff               @@
##           unittest2     #111       +/-   ##
==============================================
+ Coverage      76.44%   87.39%   +10.95%     
==============================================
  Files              7        7               
  Lines            208      246       +38     
  Branches          12       19        +7     
==============================================
+ Hits             159      215       +56     
+ Misses            42       21       -21     
- Partials           7       10        +3     
Impacted Files Coverage Δ
covid_web/views.py 74.75% <33.33%> (+3.97%) :arrow_up:
covid_web/tests/test_auth.py 100.00% <0.00%> (+9.09%) :arrow_up:
covid_web/covid_data.py 97.43% <0.00%> (+10.25%) :arrow_up:
covid_web/tests/test_details_page.py 92.98% <0.00%> (+14.19%) :arrow_up:
covid_web/tests/test_index.py 100.00% <0.00%> (+45.00%) :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 613489d...000bf65. Read the comment docs.