-
-
Notifications
You must be signed in to change notification settings - Fork 21
Skip updates for non-concluded tests #56
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
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #56 +/- ##
==========================================
- Coverage 84.70% 84.46% -0.24%
==========================================
Files 23 23
Lines 719 721 +2
Branches 84 85 +1
==========================================
Hits 609 609
- Misses 57 58 +1
- Partials 53 54 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
Pull request overview
This PR addresses issue #41 by adding logic to skip processing of test node updates for tests that haven't reached a concluded state. The logger now ignores tests in Discovered or InProgress states, preventing incomplete test information from being added to results and reported to GitHub Actions.
Key Changes
- Added early return in
ConsumeAsyncto filter out non-concluded test states before processing test results - Only tests with final states (Passed, Failed, Error, Timeout, Skipped, Cancelled) are now processed and reported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
#41 (comment)