Skip to content

Conversation

triceo
Copy link
Collaborator

@triceo triceo commented Aug 14, 2025

No description provided.

@triceo triceo requested a review from zepfred August 18, 2025 07:51
@triceo triceo marked this pull request as ready for review August 18, 2025 07:51
@Copilot Copilot AI review requested due to automatic review settings August 18, 2025 07:51
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR adds JUnit test summary generation to the CI workflows by integrating a test-summary GitHub Action that will display test results and failures directly in the GitHub Actions interface. The changes also include improvements to test output handling and logging configuration.

  • Adds test-summary action to all CI workflows to generate JUnit test reports
  • Configures Maven Surefire and Failsafe plugins to redirect test output to files
  • Updates logging levels from warn to debug for better test debugging

Reviewed Changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.

Show a summary per file
File Description
.github/workflows/pull_request.yml Adds test summary action and NODE_OPTIONS environment variable
.github/workflows/pull_request_secure.yml Adds test summary action and NODE_OPTIONS environment variable
.github/workflows/pull_request_quickstarts.yml Adds test summary action and NODE_OPTIONS environment variable
build/build-parent/pom.xml Configures Maven test plugins to redirect output to files
core/src/test/resources/logback-test.xml Changes logging levels from warn to debug
Comments suppressed due to low confidence (1)

.github/workflows/pull_request.yml:161

  • Removing the 'native-image' component from the GraalVM setup may cause the native image build to fail since this component is required for native compilation.
          github-token: ${{ secrets.GITHUB_TOKEN }}

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@triceo triceo self-assigned this Aug 18, 2025
@triceo triceo merged commit 91aa165 into TimefoldAI:main Aug 18, 2025
32 checks passed
@triceo triceo deleted the report branch August 18, 2025 14:01
Copy link

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.

2 participants