-
Notifications
You must be signed in to change notification settings - Fork 25
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
any to and from workflow #1839
any to and from workflow #1839
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1839 +/- ##
==========================================
- Coverage 88.09% 88.02% -0.07%
==========================================
Files 83 83
Lines 9961 9963 +2
==========================================
- Hits 8775 8770 -5
- Misses 1186 1193 +7
|
@@ -185,6 +186,11 @@ def _type_to_new_from_get_as_method(self, obj): | |||
self._api.any_new_from_any_collection, | |||
self._api.any_get_as_any_collection, | |||
) | |||
elif issubclass(obj, workflow.Workflow): | |||
return ( |
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.
@cbellot000 is it normal for it to say it is not covered by testing?
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.
Hum no but I don't see it
No description provided.