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

use batch mode for running maven #400

Merged
merged 1 commit into from
Sep 19, 2024
Merged

Conversation

jtnord
Copy link
Member

@jtnord jtnord commented Sep 17, 2024

When looking at the output of the CI (codecoverage) job it was littered with download progress for artifacts.
This is needless spam so enable batch mode which prevents from asking for input and does not log download progress (but keeps the transfer logs).

Testing done

check the output of the CI codecoverage for this PR https://github.com/jenkinsci/oic-auth-plugin/pull/400/checks#step:4:52 does not contain download progress logs.

Submitter checklist

  • Make sure you are opening from a topic/feature/bugfix branch (right side) and not your main branch!
  • Ensure that the pull request title represents the desired changelog entry
  • Please describe what you did
  • Link to relevant issues in GitHub or Jira
  • Link to relevant pull requests, esp. upstream and downstream changes
  • Ensure you have provided tests - that demonstrates feature works or fixes the issue

Copy link

codecov bot commented Sep 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 72.47%. Comparing base (a5a97f8) to head (c0be63e).
Report is 18 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master     #400      +/-   ##
============================================
+ Coverage     71.88%   72.47%   +0.59%     
- Complexity      239      244       +5     
============================================
  Files            12       12              
  Lines          1010     1021      +11     
  Branches        145      148       +3     
============================================
+ Hits            726      740      +14     
+ Misses          206      201       -5     
- Partials         78       80       +2     

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

@jtnord jtnord marked this pull request as ready for review September 19, 2024 09:57
@jtnord jtnord requested a review from a team as a code owner September 19, 2024 09:57
@jtnord jtnord merged commit 347c3b8 into jenkinsci:master Sep 19, 2024
20 checks passed
@jtnord jtnord deleted the batch-mode branch September 19, 2024 10:31
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.

1 participant