-
Notifications
You must be signed in to change notification settings - Fork 18
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
[WIP] Switch to coverlet #547
Conversation
Well, that's the theory... |
Codecov Report
@@ Coverage Diff @@
## master #547 +/- ##
==========================================
- Coverage 38.52% 38.41% -0.12%
==========================================
Files 78 89 +11
Lines 2754 3072 +318
Branches 487 427 -60
==========================================
+ Hits 1061 1180 +119
- Misses 1536 1855 +319
+ Partials 157 37 -120
Continue to review full report at Codecov.
|
For reasons I don't understand, some of the messages are being delivered more than once and breaking some of the test expectations 😕 |
All I can think of is the instrumentation slows down the tests and exposes some timing issues. |
Switch to coverlet for code coverage from OpenCover.
Fix code coverage failing because the tests weren't being put in the right output directory.
Bah - still timing issues in the tests making them fail. |
Replaced by #570. |
Switch to coverlet for code coverage from OpenCover.
coverlet is supported on non-Windows platforms, as well as being easier to configure.