-
Notifications
You must be signed in to change notification settings - Fork 12
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
Return exit code 1 if only partial upload #615
Return exit code 1 if only partial upload #615
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #615 +/- ##
==========================================
+ Coverage 46.65% 46.73% +0.07%
==========================================
Files 31 31
Lines 2784 2788 +4
==========================================
+ Hits 1299 1303 +4
Misses 1485 1485
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
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.
Looks fine, but not sure how it can be tested manually
👍🏻 How to test manually:
|
Followed the manual testing protocol and everything works as expected. |
Great! |
1. This PR contains the following changes...
NGI noticed that some files were not uploaded, but the DDS had not returned an error code 1, which meant that they were not aware of any error. This should fix that.
2. The following additional changes are required for this to work
X
3. The PR fixes the following GitHub issue / Jira task
DDS-xxxx
): DDS-14844. What type of change(s) does the PR contain?
5. Checklist
Always
master
branchIf PR consists of code change(s)
6. Actions / Scans
Run
black .
locally to execute formatting.Run
npx prettier --write .
locally to execute formatting.