test(*): remove all t.Parallel() calls in the tests#2955
test(*): remove all t.Parallel() calls in the tests#2955
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. ❌ Your project check has failed because the head coverage (73.84%) is below the target coverage (75.00%). You can increase the head coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## main #2955 +/- ##
==========================================
- Coverage 74.77% 73.84% -0.93%
==========================================
Files 494 494
Lines 60623 60623
==========================================
- Hits 45323 44758 -565
- Misses 12136 12695 +559
- Partials 3164 3170 +6 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
There have been various PRs over the years adding/removing t.Parallel everywhere. |
47d3825 to
0f0e12f
Compare
0f0e12f to
e637f92
Compare
|
I added it as a note in |
Description
Testing
References