Skip to content

Show all files that are not produced by a task. #287

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 5 commits into from
Jun 27, 2022
Merged

Show all files that are not produced by a task. #287

merged 5 commits into from
Jun 27, 2022

Conversation

tobiasraabe
Copy link
Member

Changes

Closes #262.

@tobiasraabe tobiasraabe added this to the v0.2.4 milestone Jun 27, 2022
@codecov
Copy link

codecov bot commented Jun 27, 2022

Codecov Report

Merging #287 (71db0f4) into main (74ad361) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #287   +/-   ##
=======================================
  Coverage   96.61%   96.62%           
=======================================
  Files          90       90           
  Lines        7631     7648   +17     
=======================================
+ Hits         7373     7390   +17     
  Misses        258      258           
Flag Coverage Δ
end_to_end 82.55% <100.00%> (+0.03%) ⬆️
integration 41.16% <19.04%> (-0.04%) ⬇️
unit 69.28% <28.57%> (-0.08%) ⬇️

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

Impacted Files Coverage Δ
src/_pytask/execute.py 96.59% <100.00%> (+0.16%) ⬆️
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 74ad361...71db0f4. Read the comment docs.

@tobiasraabe tobiasraabe merged commit 0725455 into main Jun 27, 2022
@tobiasraabe tobiasraabe deleted the fix-262 branch June 27, 2022 21:59
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: Report missing files all at once if a task did not succeed.
1 participant