-
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
Fixed broken cMIS export when service description was missing #6748
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #6748 +/- ##
==========================================
- Coverage 88.51% 82.17% -6.34%
==========================================
Files 1549 616 -933
Lines 62410 31065 -31345
Branches 2125 265 -1860
==========================================
- Hits 55242 25529 -29713
+ Misses 6841 5475 -1366
+ Partials 327 61 -266
Continue to review full report in Codecov by Sentry.
|
services/web/server/src/simcore_service_webserver/exporter/_formatter/_sds.py
Show resolved
Hide resolved
services/web/server/src/simcore_service_webserver/exporter/_formatter/_sds.py
Show resolved
Hide resolved
Quality Gate passedIssues Measures |
What do these changes do?
When Service description is missing the export would fail.
Related issue/s
How to test
Dev-ops checklist