-
Notifications
You must be signed in to change notification settings - Fork 28
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
Fix upload file to USS and integration tests #248
Conversation
Signed-off-by: Timothy Johnson <[email protected]>
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #248 +/- ##
==========================================
+ Coverage 83.75% 83.83% +0.07%
==========================================
Files 34 34
Lines 2118 2116 -2
==========================================
Hits 1774 1774
+ Misses 344 342 -2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: Timothy Johnson <[email protected]>
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! 😋
All integration and unit tests passed locally 😋
🥳 let's merge it 😋 |
Release succeeded for the The following packages have been published:
Powered by Octorelease 🚀 |
What It Does
Fixes several issues with upload/download methods and adds integration tests to verify that they work
How to Test
Create a team config file in the repo and run integration tests with
pytest tests/integration
Review Checklist
I certify that I have:
Additional Comments