Skip to content

Remove depends_on and produces from task function when parsed. #218

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 2 commits into from
Feb 13, 2022

Conversation

tobiasraabe
Copy link
Member

Closes #216.

@tobiasraabe tobiasraabe added this to the v0.1.9 milestone Feb 13, 2022
@codecov
Copy link

codecov bot commented Feb 13, 2022

Codecov Report

Merging #218 (c532c85) into main (0d7be2d) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #218   +/-   ##
=======================================
  Coverage   93.97%   93.98%           
=======================================
  Files          75       75           
  Lines        6671     6679    +8     
=======================================
+ Hits         6269     6277    +8     
  Misses        402      402           
Flag Coverage Δ
end_to_end 79.57% <100.00%> (+<0.01%) ⬆️
integration 41.63% <33.33%> (-0.02%) ⬇️
unit 70.20% <58.33%> (-0.04%) ⬇️

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

Impacted Files Coverage Δ
src/_pytask/nodes.py 99.31% <100.00%> (+<0.01%) ⬆️
src/_pytask/parametrize.py 100.00% <100.00%> (ø)
tests/test_parametrize.py 90.30% <100.00%> (+0.42%) ⬆️

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 0d7be2d...c532c85. Read the comment docs.

@tobiasraabe tobiasraabe merged commit cbe79d1 into main Feb 13, 2022
@tobiasraabe tobiasraabe deleted the fix-216 branch February 13, 2022 11:02
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: Remove processed depends_on and produces markers from task function.
1 participant