Closed alysivji closed 4 years ago
Merging #305 into master will decrease coverage by
0.43%
. The diff coverage is74.00%
.
@@ Coverage Diff @@
## master #305 +/- ##
==========================================
- Coverage 92.95% 92.52% -0.44%
==========================================
Files 70 70
Lines 2171 2193 +22
==========================================
+ Hits 2018 2029 +11
- Misses 153 164 +11
Impacted Files | Coverage Δ | |
---|---|---|
busy_beaver/exceptions.py | 83.33% <ø> (-0.88%) |
:arrow_down: |
busy_beaver/apps/upcoming_events/workflow.py | 43.24% <40.00%> (-4.59%) |
:arrow_down: |
busy_beaver/apps/upcoming_events/cli.py | 89.47% <85.71%> (-3.63%) |
:arrow_down: |
busy_beaver/apps/upcoming_events/models.py | 93.10% <100.00%> (ø) |
|
busy_beaver/common/models.py | 100.00% <100.00%> (ø) |
|
busy_beaver/common/wrappers/meetup.py | 97.91% <100.00%> (ø) |
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 71157e8...f7fc677. Read the comment docs.
Closes #290
What does this do
Create a management command that queues jobs to post upcoming events for the next day.
Why are we doing this
Making Upcoming Events multi-tenant.
How should this be tested
Need to ask tests around this workflow
Migrations
time_to_post
fieldDependencies
n/a
Callouts
n/a