Skip to content

chore: update jenkins file to include junit plugin for archiving test results#3850

Merged
manusa merged 1 commit intoeclipse-jkube:masterfrom
ash-thakur-rh:chores/pipeline-junit-enhancement
Feb 16, 2026
Merged

chore: update jenkins file to include junit plugin for archiving test results#3850
manusa merged 1 commit intoeclipse-jkube:masterfrom
ash-thakur-rh:chores/pipeline-junit-enhancement

Conversation

@ash-thakur-rh
Copy link
Contributor

Description

Fixes #3835

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • Feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change
  • Chore (non-breaking change which doesn't affect codebase;
    test, version modification, documentation, etc.)

Checklist

  • I have read the contributing guidelines
  • I signed-off my commit with a user that has signed the Eclipse Contributor Agreement
  • My code follows the style guidelines of this project
  • I Keep It Small and Simple: The smaller the PR is, the easier it is to review and have it merged
  • I use conventional commits in my commit messages
  • I have performed a self-review of my code
  • I Added CHANGELOG entry
  • I have updated the documentation accordingly
  • No new bugs, code smells, etc. in SonarCloud report
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • I tested my code in Kubernetes
  • I tested my code in OpenShift

@codecov-commenter
Copy link

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 72.28%. Comparing base (1ac4f7c) to head (bb32625).
⚠️ Report is 907 commits behind head on master.
❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@              Coverage Diff              @@
##             master    #3850       +/-   ##
=============================================
+ Coverage     59.36%   72.28%   +12.92%     
- Complexity     4586     4882      +296     
=============================================
  Files           500      493        -7     
  Lines         21211    19326     -1885     
  Branches       2830     2581      -249     
=============================================
+ Hits          12591    13970     +1379     
+ Misses         7370     4155     -3215     
+ Partials       1250     1201       -49     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@manusa manusa added this to the 1.20.0 milestone Feb 16, 2026 — with automated-tasks
Copy link
Member

@manusa manusa left a comment

Choose a reason for hiding this comment

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

LGTM, thx!

@manusa manusa merged commit c751c5f into eclipse-jkube:master Feb 16, 2026
10 of 11 checks passed
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.

[CI] Publish JUnit/Surefire test results in Jenkins pipelines for dashboard visualization

3 participants