-
Notifications
You must be signed in to change notification settings - Fork 303
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
Run coverage in parallel mode #5443
Conversation
Codecov Report
@@ Coverage Diff @@
## 0.17.x #5443 +/- ##
==========================================
- Coverage 51.94% 48.02% -3.92%
==========================================
Files 143 120 -23
Lines 7466 6599 -867
==========================================
- Hits 3878 3169 -709
+ Misses 3588 3430 -158
Continue to review full report at Codecov.
|
I understand now that the decrease in coverage is because I started ignoring BDD test steps and features, which had pretty high 'coverage' (because they were the test code). |
I can see coverage of |
Summary
Been wondering a bit why coverage isn't showing up properly for
kalite.cli
so trying out this, even though I think CodeCov already knows that it's receiving separate reports from both CircleCI instances...