-
Notifications
You must be signed in to change notification settings - Fork 121
Добавлено сохранения отчета о тестировании при ошибке #3709
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
Conversation
📝 WalkthroughWalkthroughThe GitHub Actions workflow for the Gradle build job is enhanced to capture and upload test reports as artifacts when the build fails, enabling easier access to test results from failed CI runs. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (1)
.github/workflows/gradle.yml (1)
56-61: Use consistent action versions across the workflow.Line 58 uses
actions/upload-artifact@v5, while line 52 uses@v6. Mixing versions within the same workflow can lead to inconsistent behavior and makes maintenance more difficult. Upgrade to v6 for consistency—there are no behavioral breaking changes between v5 and v6 that would affect this step.- name: Publish Test report if: failure() - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: junit_report_${{ matrix.os }}_${{ matrix.java_version }} path: build/reports/tests/test
📜 Review details
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
.github/workflows/gradle.yml
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (19)
- GitHub Check: build (21, ubuntu-latest)
- GitHub Check: build (25, ubuntu-latest)
- GitHub Check: build (17, macOS-latest)
- GitHub Check: build (21, windows-latest)
- GitHub Check: build (17, windows-latest)
- GitHub Check: build (17, ubuntu-latest)
- GitHub Check: Analyse
- GitHub Check: build
- GitHub Check: Analyze the repo with CodeSee
- GitHub Check: build (25, ubuntu-latest)
- GitHub Check: build (21, windows-latest)
- GitHub Check: build (17, windows-latest)
- GitHub Check: build (21, ubuntu-latest)
- GitHub Check: build (25, windows-latest)
- GitHub Check: build (25, macOS-latest)
- GitHub Check: build (17, macOS-latest)
- GitHub Check: build (21, macOS-latest)
- GitHub Check: build (17, ubuntu-latest)
- GitHub Check: build
|
Test Results2 781 files ±0 2 781 suites ±0 52m 30s ⏱️ + 3m 24s Results for commit 7834b0c. ± Comparison against base commit 116269d. This pull request removes 8 and adds 4 tests. Note that renamed tests count towards both.♻️ This comment has been updated with latest results. |
|
Спасибо! |



Описание
Связанные задачи
Closes
Чеклист
Общие
gradlew precommit)Для диагностик
Дополнительно
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.