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

Changes required by Jobs refactor #13

Merged
merged 7 commits into from Mar 8, 2024
Merged

Conversation

adam-fowler
Copy link
Member

Related PR in Hummingbird hummingbird-project/hummingbird#391

Package.swift Outdated
@@ -11,7 +11,7 @@ let package = Package(
.library(name: "HummingbirdJobsRedis", targets: ["HummingbirdJobsRedis"]),
],
dependencies: [
.package(url: "https://github.com/hummingbird-project/hummingbird.git", from: "2.0.0-alpha.3"),
.package(url: "https://github.com/hummingbird-project/hummingbird.git", branch: "2.x.x-jobs-refactor"),
Copy link
Member Author

Choose a reason for hiding this comment

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

Remember to fix this before merging

Copy link

codecov bot commented Feb 27, 2024

Codecov Report

Attention: Patch coverage is 80.95238% with 4 lines in your changes are missing coverage. Please review.

Project coverage is 70.64%. Comparing base (5fd9f31) to head (1ca7023).

Files Patch % Lines
Sources/HummingbirdJobsRedis/RedisJobQueue.swift 80.95% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##            2.x.x      #13      +/-   ##
==========================================
- Coverage   72.63%   70.64%   -2.00%     
==========================================
  Files           6        6              
  Lines         307      310       +3     
==========================================
- Hits          223      219       -4     
- Misses         84       91       +7     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@adam-fowler adam-fowler merged commit ed1a8a4 into 2.x.x Mar 8, 2024
4 of 5 checks passed
@adam-fowler adam-fowler deleted the 2.x.x-jobs-refactor branch March 8, 2024 08:41
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.

None yet

1 participant