Skip to content

Use pybaum for more flexible dependencies and products. #211

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

Merged
merged 27 commits into from
Feb 26, 2022

Conversation

tobiasraabe
Copy link
Member

@tobiasraabe tobiasraabe commented Jan 31, 2022

Changes

Closes #207

@codecov
Copy link

codecov bot commented Jan 31, 2022

Codecov Report

Merging #211 (927a039) into main (d93d21a) will increase coverage by 0.04%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #211      +/-   ##
==========================================
+ Coverage   94.23%   94.28%   +0.04%     
==========================================
  Files          76       77       +1     
  Lines        6764     6822      +58     
==========================================
+ Hits         6374     6432      +58     
  Misses        390      390              
Flag Coverage Δ
end_to_end 79.84% <90.40%> (+0.48%) ⬆️
integration 41.87% <61.60%> (+0.27%) ⬆️
unit 69.96% <78.40%> (-0.77%) ⬇️

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

Impacted Files Coverage Δ
src/_pytask/clean.py 91.36% <100.00%> (+0.12%) ⬆️
src/_pytask/collect_command.py 89.28% <100.00%> (+0.19%) ⬆️
src/_pytask/execute.py 96.40% <100.00%> (+0.02%) ⬆️
src/_pytask/nodes.py 99.37% <100.00%> (+0.07%) ⬆️
src/_pytask/resolve_dependencies.py 100.00% <100.00%> (ø)
tests/test_collect.py 94.26% <100.00%> (+0.09%) ⬆️
tests/test_execute.py 100.00% <100.00%> (ø)
tests/test_nodes.py 97.36% <100.00%> (+0.07%) ⬆️
tests/test_profile.py 100.00% <100.00%> (ø)
tests/test_pybaum.py 100.00% <100.00%> (ø)
... and 2 more

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 d93d21a...927a039. Read the comment docs.

@tobiasraabe tobiasraabe added this to the v0.1.8 milestone Feb 1, 2022
@tobiasraabe tobiasraabe removed this from the v0.1.8 milestone Feb 7, 2022
@tobiasraabe tobiasraabe added this to the v0.2.0 milestone Feb 17, 2022
@tobiasraabe tobiasraabe merged commit 258aa75 into main Feb 26, 2022
@tobiasraabe tobiasraabe deleted the make-deps-prods-flexible branch February 26, 2022 00:15
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.

ENH: Allow more flexibility for dependencies and products.
1 participant