Skip to content

Implement a dry-run mode. #290

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 7 commits into from
Jul 8, 2022
Merged

Implement a dry-run mode. #290

merged 7 commits into from
Jul 8, 2022

Conversation

tobiasraabe
Copy link
Member

@tobiasraabe tobiasraabe commented Jul 1, 2022

Changes

Closes #251.

@tobiasraabe tobiasraabe added this to the v0.2.5 milestone Jul 1, 2022
@codecov
Copy link

codecov bot commented Jul 1, 2022

Codecov Report

Merging #290 (002976e) into main (cf478a7) will increase coverage by 0.04%.
The diff coverage is 100.00%.

❗ Current head 002976e differs from pull request most recent head 22dc824. Consider uploading reports for the commit 22dc824 to get more accurate results

@@            Coverage Diff             @@
##             main     #290      +/-   ##
==========================================
+ Coverage   96.63%   96.67%   +0.04%     
==========================================
  Files          90       91       +1     
  Lines        7671     7765      +94     
==========================================
+ Hits         7413     7507      +94     
  Misses        258      258              
Flag Coverage Δ
end_to_end 82.78% <100.00%> (+0.21%) ⬆️
integration 40.88% <24.27%> (-0.19%) ⬇️
unit 68.65% <34.95%> (-0.47%) ⬇️

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

Impacted Files Coverage Δ
src/_pytask/build.py 100.00% <100.00%> (ø)
src/_pytask/config.py 98.19% <100.00%> (+0.01%) ⬆️
src/_pytask/execute.py 96.80% <100.00%> (+0.21%) ⬆️
src/_pytask/outcomes.py 95.89% <100.00%> (+0.11%) ⬆️
src/_pytask/skipping.py 100.00% <100.00%> (ø)
tests/test_dry_run.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 cf478a7...22dc824. Read the comment docs.

@tobiasraabe tobiasraabe merged commit b465140 into main Jul 8, 2022
@tobiasraabe tobiasraabe deleted the dry-run branch July 8, 2022 17:01
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: A dry-run mode to display all the tasks which will be run.
1 participant