Skip to content

ci: add testcase report workflow#163

Open
snoopuppy582 wants to merge 1 commit into
dev-five-git:mainfrom
snoopuppy582:ci/testcase-report
Open

ci: add testcase report workflow#163
snoopuppy582 wants to merge 1 commit into
dev-five-git:mainfrom
snoopuppy582:ci/testcase-report

Conversation

@snoopuppy582
Copy link
Copy Markdown

Summary

  • Add a dedicated Testcase Report workflow for PRs that touch the Rust core or testcase data.
  • Run cargo test test_by_testcase -- --nocapture and parse the total/passed/failed testcase counts.
  • Write the report to the GitHub Actions summary, and update a sticky PR comment for same-repository PRs where the workflow token can write comments.

Related Issue

Tests

  • cargo test test_by_testcase -- --nocapture
  • actionlint .github/workflows/testcase-report.yml

Notes

  • The workflow is intentionally separate from the publish workflow so the testcase report can stay focused and reviewable.

@codecov
Copy link
Copy Markdown

codecov Bot commented May 13, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
see 7 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@github-actions
Copy link
Copy Markdown
Contributor

Changepacks

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.

Github action 리포트 기능을 통한 테스트 결과 출력

1 participant