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

Implement task priorities and the new scheduler. #8

Merged
merged 7 commits into from
Dec 28, 2020

Conversation

tobiasraabe
Copy link
Member

No description provided.

@tobiasraabe tobiasraabe added this to the v0.0.5 milestone Dec 27, 2020
@codecov
Copy link

codecov bot commented Dec 28, 2020

Codecov Report

Merging #8 (ccefa39) into main (2781f71) will increase coverage by 6.57%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main       #8      +/-   ##
==========================================
+ Coverage   90.86%   97.43%   +6.57%     
==========================================
  Files          14       13       -1     
  Lines         416      312     -104     
==========================================
- Hits          378      304      -74     
+ Misses         38        8      -30     
Flag Coverage Δ
end_to_end 89.74% <100.00%> (+4.88%) ⬆️
integration 50.00% <33.33%> (+7.93%) ⬆️
unit 53.20% <33.33%> (+8.97%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/pytask_parallel/__init__.py 100.00% <ø> (ø)
src/pytask_parallel/execute.py 92.20% <100.00%> (+0.54%) ⬆️
tests/test_execute.py 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 2781f71...cf07730. Read the comment docs.

@tobiasraabe tobiasraabe changed the title Implement task priorities. Implement task priorities and the new scheduler. Dec 28, 2020
@tobiasraabe tobiasraabe merged commit f91b4e1 into main Dec 28, 2020
@tobiasraabe tobiasraabe deleted the task-priorities branch December 28, 2020 02:23
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