test-reporter icon indicating copy to clipboard operation
test-reporter copied to clipboard

Test coverage for windows

Open ceddlyburge opened this issue 5 years ago • 3 comments

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

ceddlyburge avatar Jan 29 '20 10:01 ceddlyburge

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.

peterdanis avatar Feb 04 '20 11:02 peterdanis

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?

asaykr avatar Jan 22 '21 16:01 asaykr

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.

GerkinDev avatar Jul 21 '22 22:07 GerkinDev

I have some good news for you folks: https://github.com/codeclimate/test-reporter#windows.

Thank you for your patience.

camillof avatar Mar 27 '23 16:03 camillof