Skip to content

Rework the clean command. #273

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 14 commits into from
May 14, 2022
Merged

Rework the clean command. #273

merged 14 commits into from
May 14, 2022

Conversation

tobiasraabe
Copy link
Member

@tobiasraabe tobiasraabe commented May 9, 2022

Closes #146.

Changes

  • Ignore files tracked by git.

@tobiasraabe tobiasraabe added this to the v0.2.2 milestone May 9, 2022
@codecov
Copy link

codecov bot commented May 9, 2022

Codecov Report

Merging #273 (69e95df) into main (9e9c1bc) will increase coverage by 0.08%.
The diff coverage is 97.45%.

@@            Coverage Diff             @@
##             main     #273      +/-   ##
==========================================
+ Coverage   96.50%   96.59%   +0.08%     
==========================================
  Files          88       89       +1     
  Lines        7502     7568      +66     
==========================================
+ Hits         7240     7310      +70     
+ Misses        262      258       -4     
Flag Coverage Δ
end_to_end 82.63% <97.45%> (+0.23%) ⬆️
integration 41.31% <34.74%> (-0.13%) ⬇️
unit 69.09% <39.83%> (-0.37%) ⬇️

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

Impacted Files Coverage Δ
src/_pytask/git.py 92.85% <92.85%> (ø)
src/_pytask/clean.py 93.19% <95.23%> (+1.83%) ⬆️
src/_pytask/config.py 98.18% <100.00%> (ø)
src/_pytask/shared.py 96.10% <100.00%> (ø)
tests/test_clean.py 100.00% <100.00%> (ø)
src/_pytask/capture.py 90.95% <0.00%> (+0.54%) ⬆️
src/_pytask/mark/structures.py 93.33% <0.00%> (+1.39%) ⬆️

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 9e9c1bc...69e95df. Read the comment docs.

@tobiasraabe tobiasraabe merged commit 0bfbb7f into main May 14, 2022
@tobiasraabe tobiasraabe deleted the fix-clean branch May 14, 2022 11:57
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: Enhance the suggestions made by pytask clean.
1 participant