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

Fix Client.Enqueue to always call enqueue #171

Merged
merged 1 commit into from
Jun 14, 2020
Merged

Fix Client.Enqueue to always call enqueue #171

merged 1 commit into from
Jun 14, 2020

Conversation

hibiken
Copy link
Owner

@hibiken hibiken commented Jun 14, 2020

Closes #158

@codecov
Copy link

codecov bot commented Jun 14, 2020

Codecov Report

Merging #171 into master will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #171   +/-   ##
=======================================
  Coverage   84.03%   84.04%           
=======================================
  Files          16       16           
  Lines        1597     1598    +1     
=======================================
+ Hits         1342     1343    +1     
  Misses        172      172           
  Partials       83       83           
Impacted Files Coverage Δ
client.go 97.05% <100.00%> (+0.02%) ⬆️

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 8bf5917...7beab35. Read the comment docs.

@hibiken hibiken merged commit 4e5f596 into master Jun 14, 2020
@hibiken hibiken deleted the fix/enqueue branch June 14, 2020 12:54
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.

[BUG] Enqueue shouldn't call schedule
1 participant