Skip to content
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

Merged
merged 5 commits into from
Nov 18, 2024
Merged

any to and from workflow #1839

merged 5 commits into from
Nov 18, 2024

Conversation

cbellot000
Copy link
Contributor

No description provided.

@cbellot000 cbellot000 requested a review from a team as a code owner October 28, 2024 14:19
Copy link

codecov bot commented Oct 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.02%. Comparing base (f9d1e2b) to head (1639c64).
Report is 1 commits behind head on master.

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     
---- 🚨 Try these New Features:

@@ -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 (
Copy link
Contributor

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?

Copy link
Contributor Author

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

@cbellot000 cbellot000 merged commit b954c63 into master Nov 18, 2024
44 of 46 checks passed
@cbellot000 cbellot000 deleted the feat/any_workflow branch November 18, 2024 16:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants