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

[JENKINS-72059] Add new quality gate options to alter the stage only #52

Merged
merged 11 commits into from
Feb 23, 2024

Conversation

uhafner
Copy link
Member

@uhafner uhafner commented Dec 29, 2023

Downstream PR of jenkinsci/plugin-util-api-plugin#309.

Add support for setting the stage result without touching the overall build result.

@uhafner uhafner added the enhancement Enhancement of existing functionality label Dec 29, 2023
Copy link

codecov bot commented Dec 29, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (ed24ac7) 81.89% compared to head (e9035fd) 81.73%.

Additional details and impacted files
@@             Coverage Diff              @@
##               main      #52      +/-   ##
============================================
- Coverage     81.89%   81.73%   -0.17%     
+ Complexity      760      757       -3     
============================================
  Files            47       47              
  Lines          2657     2633      -24     
  Branches        253      251       -2     
============================================
- Hits           2176     2152      -24     
  Misses          400      400              
  Partials         81       81              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

  • Surviving mutants in this change: 3
  • Killed mutants in this change: 1
class surviving killed
io.jenkins.plugins.coverage.metrics.steps.CoverageRecorder 2 0
io.jenkins.plugins.coverage.metrics.steps.CoverageStep$Execution 1 0
io.jenkins.plugins.coverage.metrics.steps.CoverageQualityGate 0 1

See https://pitest.org/

Copy link

  • Surviving mutants in this change: 3
  • Killed mutants in this change: 1
class surviving killed
io.jenkins.plugins.coverage.metrics.steps.CoverageRecorder 2 0
io.jenkins.plugins.coverage.metrics.steps.CoverageStep$Execution 1 0
io.jenkins.plugins.coverage.metrics.steps.CoverageQualityGate 0 1

See https://pitest.org/

@uhafner uhafner marked this pull request as ready for review February 23, 2024 20:51
@uhafner uhafner merged commit 8f064ce into main Feb 23, 2024
30 checks passed
@uhafner uhafner deleted the stage-result branch February 23, 2024 22:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement of existing functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant