Closed justinrporter closed 5 years ago
Merging #186 into master will increase coverage by
0.06%
. The diff coverage is98.5%
.
@@ Coverage Diff @@
## master #186 +/- ##
==========================================
+ Coverage 94.52% 94.58% +0.06%
==========================================
Files 80 81 +1
Lines 4164 4229 +65
==========================================
+ Hits 3936 4000 +64
- Misses 228 229 +1
Impacted Files | Coverage Δ | |
---|---|---|
appointment/urls.py | 100% <ø> (ø) |
:arrow_up: |
appointment/forms.py | 100% <100%> (ø) |
:arrow_up: |
..._showed_and_default_time_function_20181103_1414.py | 100% <100%> (ø) |
|
appointment/test_views.py | 100% <100%> (ø) |
:arrow_up: |
appointment/views.py | 98.11% <100%> (+0.43%) |
:arrow_up: |
appointment/models.py | 96.55% <87.5%> (-3.45%) |
: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 5088ef4...a6b3632. Read the comment docs.
appointment-list
viewappointment-list
AppointmentForm
to usefields
rather thanexclude
to indicate the fields to populate.makemigrations
was run.__unicode__
forAppointment
.appointment-list
template/views.