test-reporter
test-reporter copied to clipboard
Test coverage for windows
Hi there
It looks like there is no test-reporter available that will run on a windows machine.
Can you confirm that this is the case?
Thanks
Cedd
I would like to see support for Windows too. According to https://docs.codeclimate.com/docs/configuring-test-coverage#section-locations-of-pre-built-binaries only Linux and OS X are supported.
Is there a way to get test coverage on a C#, xunit visual studio windows project? Is there a way test-reporter can import dotCover results and then upload to CodeClimate?
Hey CodeClimate team ! I'm pretty sure you're loosing some people here.
I'm using the test reporter sum feature to merge reports generated from CI runs on multiple OS (hopefully, only amd64, and this issue pretty much force me to NOT use any before-build commands and do coverage merging with npm nyc package from a linux before sending merged results. While it does work, it is clearly non-optimal, and a bit convoluted.
I have some good news for you folks: https://github.com/codeclimate/test-reporter#windows.
Thank you for your patience.