-
Notifications
You must be signed in to change notification settings - Fork 5
[5] Fix parsing the number of tests #746
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
base: main
Are you sure you want to change the base?
[5] Fix parsing the number of tests #746
Conversation
Merging to
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #746 +/- ##
==========================================
- Coverage 72.72% 67.60% -5.13%
==========================================
Files 70 70
Lines 16910 17147 +237
==========================================
- Hits 12298 11592 -706
- Misses 4612 5555 +943 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
f87ab64
to
793064e
Compare
2cfc5ec
to
ae71a76
Compare
ae71a76
to
5db1146
Compare
793064e
to
a6fbf04
Compare
Do we also need to change how we're counting success/failure/skipped counts for this to also avoid duplicates? I'm worried about making sure that our reported success + failure + skipped should equal the total, or else it looks like the cli is obviously wrong. |
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.
This one's less so my purview, but lgtm
5db1146
to
623a4a7
Compare
673f226
to
bb7b6a7
Compare
30aeaf7
to
f7f0820
Compare
0c741cd
to
6826106
Compare
6826106
to
4ed9cea
Compare
We have been double counting in the TUI. We need to only count the unique tests because retries don't impact results (only the final attempt counts).