-
Notifications
You must be signed in to change notification settings - Fork 27
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
🐛 rclone command output is once again captured and not swallowed #4575
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4575 +/- ##
========================================
- Coverage 82.8% 82.1% -0.8%
========================================
Files 1023 744 -279
Lines 43763 34047 -9716
Branches 1014 188 -826
========================================
- Hits 36251 27956 -8295
+ Misses 7293 6054 -1239
+ Partials 219 37 -182
Flags with carried forward coverage won't be shown. Click here to find out more.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm thx
Code Climate has analyzed commit 53d2cc0 and detected 0 issues on this pull request. View more on Code Climate. |
Kudos, SonarCloud Quality Gate passed!
|
What do these changes do?
The output of
rclone
commands is once again captured.Adjusted tests to catch this regression.
Related issue/s
How to test
DevOps Checklist