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 FetchAndLockRequestProvider #45

Merged
merged 5 commits into from
Nov 11, 2021
Merged

Conversation

TechnoBerry
Copy link
Owner

Closes #43

@codecov-commenter
Copy link

codecov-commenter commented Nov 9, 2021

Codecov Report

Merging #45 (bd55184) into master (d073eb0) will increase coverage by 0.60%.
The diff coverage is 100.00%.

❗ Current head bd55184 differs from pull request most recent head 40c2253. Consider uploading reports for the commit 40c2253 to get more accurate results
Impacted file tree graph

@@            Coverage Diff             @@
##           master      #45      +/-   ##
==========================================
+ Coverage   94.04%   94.64%   +0.60%     
==========================================
  Files          32       34       +2     
  Lines         336      355      +19     
  Branches        7        7              
==========================================
+ Hits          316      336      +20     
+ Misses         18       17       -1     
  Partials        2        2              
Impacted Files Coverage Δ
...rc/Camunda.Worker/Execution/FetchAndLockOptions.cs 100.00% <ø> (+11.11%) ⬆️
src/Camunda.Worker/CamundaWorkerBuilder.cs 100.00% <100.00%> (ø)
...c/Camunda.Worker/Execution/DefaultCamundaWorker.cs 100.00% <100.00%> (ø)
...ker/Execution/LegacyFetchAndLockRequestProvider.cs 100.00% <100.00%> (ø)
src/Camunda.Worker/ServiceCollectionExtensions.cs 100.00% <100.00%> (ø)
src/Camunda.Worker/WorkerServiceOptions.cs 100.00% <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 d073eb0...40c2253. Read the comment docs.

@TechnoBerry TechnoBerry merged commit 7f255ed into master Nov 11, 2021
@TechnoBerry TechnoBerry deleted the fetch-and-lock-request-provider branch November 11, 2021 18:43
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.

Use single service to provide FetchAndLockRequest
2 participants