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

show stats in CI #10

Merged
merged 6 commits into from
Mar 6, 2025
Merged

show stats in CI #10

merged 6 commits into from
Mar 6, 2025

Conversation

paulz
Copy link
Member

@paulz paulz commented Mar 6, 2025

No description provided.

tkersey and others added 6 commits March 6, 2025 14:57

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Signed-off-by: Paul Zabelin <[email protected]>

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Signed-off-by: Paul Zabelin <[email protected]>

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Signed-off-by: Paul Zabelin <[email protected]>

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Signed-off-by: Paul Zabelin <[email protected]>

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Signed-off-by: Paul Zabelin <[email protected]>
@tkersey tkersey requested a review from Copilot March 6, 2025 23:22
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.

PR Overview

This PR updates the CI workflow to show statistics related to test failures. It adds a push trigger for branches matching "ci-experiment/**" and modifies the test failure reporting step by replacing a direct warning message with a call to an external script for calculating an error margin.

Reviewed Changes

File Description
.github/workflows/cat-test-examples.yml Updated workflow trigger and revised failure reporting implementation

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

Comments suppressed due to low confidence (2)

.github/workflows/cat-test-examples.yml:4

  • The branch trigger pattern 'ci-experiment/**' may not work as intended if branch names include multiple directory levels. Please verify that this wildcard pattern meets the desired triggering behavior.
push:

.github/workflows/cat-test-examples.yml:62

  • The previous version issued a warning directly when failures were detected, but this change replaces it with a script call. Please confirm that the calculate-error-margin.sh script adequately logs failure details or informs the user about the issues.
if: always()

@tkersey tkersey merged commit 0219e28 into main Mar 6, 2025
2 checks passed
@tkersey tkersey deleted the ci-experiment/show-stats branch March 6, 2025 23:23
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.

None yet

2 participants