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

Completely re-implement CLI to support either python functions for shell commands #109

Merged
merged 17 commits into from
Mar 30, 2022

Conversation

samuelcolvin
Copy link
Owner

@samuelcolvin samuelcolvin commented Mar 24, 2022

TODO:

  • update docs

@codecov
Copy link

codecov bot commented Mar 24, 2022

Codecov Report

Merging #109 (0694e99) into main (3315cb1) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##              main      #109   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            5         6    +1     
  Lines          290       356   +66     
  Branches        55        72   +17     
=========================================
+ Hits           290       356   +66     
Impacted Files Coverage Δ
watchfiles/__init__.py 100.00% <100.00%> (ø)
watchfiles/cli.py 100.00% <100.00%> (ø)
watchfiles/filters.py 100.00% <100.00%> (ø)
watchfiles/main.py 100.00% <100.00%> (ø)
watchfiles/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 3315cb1...0694e99. Read the comment docs.

@samuelcolvin samuelcolvin changed the title rearranging logic improve run_process Mar 24, 2022
@samuelcolvin samuelcolvin force-pushed the restructure-run-process branch from c2a6dbf to 02e1f23 Compare March 26, 2022 14:58
@samuelcolvin samuelcolvin changed the title improve run_process Completely re-implement CLI to support either python functions for shell commands Mar 26, 2022
@samuelcolvin samuelcolvin merged commit fbd0049 into main Mar 30, 2022
@samuelcolvin samuelcolvin deleted the restructure-run-process branch March 30, 2022 15:13
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.

1 participant