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

Add Method to query all jobs #277

Merged
merged 2 commits into from
Nov 3, 2019
Merged

Add Method to query all jobs #277

merged 2 commits into from
Nov 3, 2019

Conversation

lucas34
Copy link
Owner

@lucas34 lucas34 commented Nov 3, 2019

Resolve #264

@lucas-bot
Copy link
Collaborator

lucas-bot commented Nov 3, 2019

SwiftLint found issues

Warnings

File Line Reason
SwiftQueueManagerTests.swift 218 Line should be 140 characters or less: currently 142 characters (line_length)

Generated by 🚫 Danger

@codecov
Copy link

codecov bot commented Nov 3, 2019

Codecov Report

❗ No coverage uploaded for pull request base (master@8bb3ae9). Click here to learn what that means.
The diff coverage is 60%.

@@            Coverage Diff            @@
##             master     #277   +/-   ##
=========================================
  Coverage          ?   95.56%           
=========================================
  Files             ?       28           
  Lines             ?     2163           
  Branches          ?        0           
=========================================
  Hits              ?     2067           
  Misses            ?       96           
  Partials          ?        0
Impacted Files Coverage Δ
Tests/SwiftQueueTests/SwiftQueueManagerTests.swift 100% <100%> (ø)
Sources/SwiftQueue/SwiftQueueManager.swift 86% <40%> (ø)

@lucas34 lucas34 merged commit 7302259 into master Nov 3, 2019
@lucas34 lucas34 deleted the job-querry branch November 3, 2019 12:14
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.

Question: Is there a way to check if a job is in the queue?
2 participants