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

Allow to use prefix trees as nodes to parse function returns. #406

Merged
merged 5 commits into from Aug 28, 2023

Conversation

tobiasraabe
Copy link
Member

@tobiasraabe tobiasraabe commented Aug 28, 2023

No description provided.

@tobiasraabe tobiasraabe added this to the v0.4.0 milestone Aug 28, 2023
@codecov
Copy link

codecov bot commented Aug 28, 2023

Codecov Report

Merging #406 (5e5d9bc) into main (dbe1fce) will increase coverage by 0.02%.
The diff coverage is 100.00%.

❗ Current head 5e5d9bc differs from pull request most recent head 1a2145b. Consider uploading reports for the commit 1a2145b to get more accurate results

@@            Coverage Diff             @@
##             main     #406      +/-   ##
==========================================
+ Coverage   95.63%   95.66%   +0.02%     
==========================================
  Files          94       94              
  Lines        8263     8296      +33     
==========================================
+ Hits         7902     7936      +34     
+ Misses        361      360       -1     
Flag Coverage Δ
end_to_end 82.97% <93.75%> (+0.04%) ⬆️
integration 39.58% <29.16%> (-0.03%) ⬇️
unit 65.99% <50.00%> (-0.10%) ⬇️

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

Files Changed Coverage Δ
src/_pytask/collect_command.py 89.16% <100.00%> (+0.18%) ⬆️
src/_pytask/collect_utils.py 98.46% <100.00%> (-0.02%) ⬇️
src/_pytask/nodes.py 93.22% <100.00%> (+0.91%) ⬆️
src/_pytask/tree_util.py 100.00% <100.00%> (ø)
tests/test_collect.py 96.26% <100.00%> (ø)
tests/test_collect_command.py 100.00% <100.00%> (ø)
tests/test_execute.py 98.95% <100.00%> (+0.04%) ⬆️
tests/test_tree_util.py 100.00% <100.00%> (ø)

@tobiasraabe tobiasraabe enabled auto-merge (squash) August 28, 2023 10:14
@tobiasraabe tobiasraabe merged commit 449635e into main Aug 28, 2023
15 checks passed
@tobiasraabe tobiasraabe deleted the prefix-tree branch August 28, 2023 10:19
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