-
Notifications
You must be signed in to change notification settings - Fork 43
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
386 introduce workflow property to response #387
386 introduce workflow property to response #387
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #387 +/- ##
=======================================
Coverage 88.57% 88.57%
=======================================
Files 129 129
Lines 2774 2775 +1
Branches 345 345
=======================================
+ Hits 2457 2458 +1
Misses 185 185
Partials 132 132 ☔ View full report in Codecov by Sentry. |
7e44b51
to
0e7522a
Compare
@@ -27,6 +27,11 @@ public interface IContentItemSystemAttributes : ISystemAttributes | |||
/// </summary> | |||
public string Collection { get; } | |||
|
|||
/// <summary> | |||
/// Gets the codename of the workflow which the content item is assigned to . |
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.
remove extra space at the end of the comment
/// Gets the codename of the workflow which the content item is assigned to . | ||
/// </summary> | ||
public string Workflow { get; } | ||
|
||
/// <summary> | ||
/// Gets the codename of the workflow step which the content item is assigned to . |
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.
dtto
codecov fails because you don't have permissions to upload the SBOM, should fix itself after merge. otherwise looking good |
0e7522a
to
7f6341f
Compare
Motivation
Fixes #386
introduce workflow property
Checklist
How to test
Check if workflow is retrieved via client