Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to goflow v0.87.0 #293

Merged
merged 1 commit into from
Jun 3, 2020
Merged

Update to goflow v0.87.0 #293

merged 1 commit into from
Jun 3, 2020

Conversation

rowanseymour
Copy link
Contributor

No description provided.

@rowanseymour rowanseymour requested a review from nicpottier June 3, 2020 19:57
for _, e := range es {
event := e.(*events.BroadcastCreatedEvent)

// we skip over any scene starts that involve groups if we are in a batch start
if len(scenes) > 1 && len(event.Groups) > 0 {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

technically this wasn't correct because it could just the last batch of a large start and happen to have 1 contact

@codecov
Copy link

codecov bot commented Jun 3, 2020

Codecov Report

Merging #293 into master will increase coverage by 0.02%.
The diff coverage is 45.45%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #293      +/-   ##
==========================================
+ Coverage   51.29%   51.32%   +0.02%     
==========================================
  Files          98       98              
  Lines        8765     8760       -5     
==========================================
  Hits         4496     4496              
+ Misses       3606     3603       -3     
+ Partials      663      661       -2     
Impacted Files Coverage Δ
hooks/session_triggered.go 86.44% <ø> (+4.18%) ⬆️
models/starts.go 6.34% <0.00%> (-0.11%) ⬇️
runner/runner.go 48.94% <60.00%> (+0.26%) ⬆️
hooks/broadcast_created.go 75.86% <100.00%> (+7.11%) ⬆️
tasks/starts/worker.go 48.35% <100.00%> (-0.57%) ⬇️

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 89091fe...e903901. Read the comment docs.

@rowanseymour rowanseymour merged commit 65f43ab into master Jun 3, 2020
@rowanseymour rowanseymour deleted the latest_goflow branch June 3, 2020 20:51
rasoro pushed a commit to Ilhasoft/mailroom that referenced this pull request Mar 10, 2023
Support using national number for EX channel if configured so
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants