Newly tracked file
...ccounts/management/commands/twitterbot_100years.py
changed.
Showing 1 of 1 files from the diff.
@@ -157,7 +157,7 @@
Loading
157 | 157 | ||
158 | 158 | return any([ |
|
159 | 159 | # subscription event and date matches purchase |
|
160 | - | (ev.event_label == 'Subscription' and |
|
160 | + | (ev.event_label in ['Subscription', 'Renewal'] and |
|
161 | 161 | ev.subscription.partial_purchase_date == day), |
|
162 | 162 | # borrow event and date matches end date |
|
163 | 163 | (ev.event_label == 'Borrow' and ev.partial_end_date == day), |
Files | Coverage |
---|---|
mep | 98.44% |
srcmedia/ts | 86.55% |
Project Totals (223 files) | 98.01% |
2457.1
TRAVIS_PYTHON_VERSION=3.5 TRAVIS_OS_NAME=linux
Sunburst
The inner-most circle is the entire project, moving away from the center are folders then, finally, a single file.
The size and color of each slice is representing the number of statements and the coverage, respectively.
Icicle
The top section represents the entire project. Proceeding with folders and finally individual files.
The size and color of each slice is representing the number of statements and the coverage, respectively.