-
Notifications
You must be signed in to change notification settings - Fork 388
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
Add support for merging results #186
Conversation
Codecov Report
@@ Coverage Diff @@
## master #186 +/- ##
==========================================
- Coverage 98.93% 95.01% -3.92%
==========================================
Files 15 15
Lines 1497 1564 +67
==========================================
+ Hits 1481 1486 +5
- Misses 16 78 +62
Continue to review full report at Codecov.
|
Could you provide some details how to use this new feature? :) |
The merge option only works with the native json format. How would I merge results in the cobertura format? |
I got it working by outputting both the cobertura and json formats, though it required me to create a json coverage file containing |
Merging with non coverlet json formats might not ever be a supported option. It's way more easier with the coverlet json because it's just a serialization of the internal |
…esults Add support for merging results
Fixes #36