Showing 1 of 1 files from the diff.
@@ -94,8 +94,11 @@
Loading
94 | 94 | self.stdout.write('\n') |
|
95 | 95 | ||
96 | 96 | # times: 9 AM, 12 PM, 1:30 PM, 3 PM, 4:30 PM, 6 PM, 8 PM |
|
97 | - | tweet_times = ['9:00', '12:00', '13:30', '15:00', '16:30', '18:00', |
|
98 | - | '20:00', '10:15', '11:30', '19:00'] |
|
97 | + | tweet_times = [ |
|
98 | + | '9:00', '12:00', '13:30', '15:00', '16:30', |
|
99 | + | '18:00', '20:00', '10:15', '11:30', '19:00', |
|
100 | + | '9:45', '12:45', '11:15', '14:15', '17:45', |
|
101 | + | ] |
|
99 | 102 | ||
100 | 103 | def schedule(self, date): |
|
101 | 104 | '''Schedule all tweetable events for the specified date.''' |
Files | Coverage |
---|---|
mep | 98.44% |
srcmedia/ts | 86.55% |
Project Totals (223 files) | 98.01% |
2501.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.