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

mure refresh --all updates all repositories #100

Merged
merged 3 commits into from
Jan 14, 2023
Merged

mure refresh --all updates all repositories #100

merged 3 commits into from
Jan 14, 2023

Conversation

kitsuyui
Copy link
Owner

mure refresh --all updates all repositories.
mure refresh updates the repository in the current directory by default.
If you add the --all option, it updates all repositories managed by mure.

`mure refresh --all` updates all repositories.
`mure refresh` updates the repository in the current directory by default.
If you add the `--all` option, it updates all repositories managed by `mure`.
@codecov-commenter
Copy link

codecov-commenter commented Jan 14, 2023

Codecov Report

Base: 75.31% // Head: 76.10% // Increases project coverage by +0.79% 🎉

Coverage data is based on head (d8ee0ba) compared to base (35db9da).
Patch coverage: 75.94% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #100      +/-   ##
==========================================
+ Coverage   75.31%   76.10%   +0.79%     
==========================================
  Files          14       15       +1     
  Lines        1179     1285     +106     
==========================================
+ Hits          888      978      +90     
- Misses        291      307      +16     
Flag Coverage Δ
unittests 76.10% <75.94%> (+0.79%) ⬆️

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

Impacted Files Coverage Δ
src/mure_error.rs 50.00% <0.00%> (ø)
src/test_fixture.rs 97.22% <ø> (ø)
src/main.rs 34.23% <23.80%> (+0.25%) ⬆️
src/git.rs 92.49% <42.85%> (+1.16%) ⬆️
src/app/refresh.rs 83.23% <82.43%> (-0.64%) ⬇️
src/misc/command_wrapper.rs 92.59% <92.59%> (ø)
src/app/list.rs 88.66% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

…nd to command_wrapper

Move the definition of struct that represents the result of git command to command_wrapper.
It is useful, so make it available for other than git command.
@kitsuyui kitsuyui changed the title WIP: mure refresh --all updates all repositories mure refresh --all updates all repositories Jan 14, 2023
@kitsuyui kitsuyui merged commit 9f722ca into main Jan 14, 2023
@kitsuyui kitsuyui deleted the refresh-all branch January 14, 2023 11:56
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.

2 participants