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-72973] Add an option to skip the SCM delta calculation #1814

Merged
merged 1 commit into from
Sep 10, 2024

Conversation

uhafner
Copy link
Member

@uhafner uhafner commented Aug 20, 2024

See JENKINS-72973 for details.

@uhafner uhafner added the enhancement Enhancement of existing functionality label Aug 20, 2024
Copy link

codecov bot commented Aug 20, 2024

Codecov Report

Attention: Patch coverage is 81.25000% with 3 lines in your changes missing coverage. Please review.

Project coverage is 82.64%. Comparing base (c0a483b) to head (910b358).
Report is 13 commits behind head on main.

Files with missing lines Patch % Lines
...plugins/analysis/core/steps/PublishIssuesStep.java 50.00% 2 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main    #1814      +/-   ##
============================================
+ Coverage     82.56%   82.64%   +0.07%     
- Complexity     1353     1361       +8     
============================================
  Files           248      248              
  Lines          5214     5226      +12     
  Branches        401      402       +1     
============================================
+ Hits           4305     4319      +14     
+ Misses          800      798       -2     
  Partials        109      109              

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

@@ -14,12 +14,13 @@ qualityGates.description=You can define an arbitrary number of quality gates tha
title.trendChartType=Trend Chart Type and Position

title.skipPublishingChecks=Skip publishing of checks to SCM provider platforms
title.skipDeltaCalculation=Skip SCM data calculation to identify new issues
Copy link
Contributor

Choose a reason for hiding this comment

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

Intentionally "data" rather than "delta"?

@uhafner uhafner force-pushed the JENKINS-72973-skip-delta branch from 126a6e3 to 910b358 Compare August 20, 2024 14:18
@uhafner uhafner merged commit 0418a85 into main Sep 10, 2024
42 of 43 checks passed
@uhafner uhafner deleted the JENKINS-72973-skip-delta branch September 10, 2024 20:08
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.

2 participants