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

Added display_title parameter for workspace run #1662

Merged
merged 1 commit into from
May 23, 2023
Merged

Added display_title parameter for workspace run #1662

merged 1 commit into from
May 23, 2023

Conversation

mazurenkoe
Copy link

@mazurenkoe mazurenkoe commented May 23, 2023

Description

Fixes #1661

*
* @return the displayTitle
*/
public String getDisplayTitle() {
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@codecov
Copy link

codecov bot commented May 23, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (5380f59) 79.89% compared to head (c1b747f) 79.89%.

Additional details and impacted files
@@            Coverage Diff            @@
##               main    #1662   +/-   ##
=========================================
  Coverage     79.89%   79.89%           
- Complexity     2197     2198    +1     
=========================================
  Files           209      209           
  Lines          6670     6671    +1     
  Branches        364      364           
=========================================
+ Hits           5329     5330    +1     
  Misses         1127     1127           
  Partials        214      214           
Impacted Files Coverage Δ
...rc/main/java/org/kohsuke/github/GHWorkflowRun.java 91.25% <100.00%> (+0.11%) ⬆️

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@bitwiseman bitwiseman merged commit 725d1c6 into hub4j:main May 23, 2023
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.

Add display_title parameter to GHWorkflowRun model
2 participants