codeclimate / test-reporter

Code Climate Test Reporter
MIT License
156 stars 76 forks source link

Feature Request: Permit multiple coverage formats per language #450

Open bencooper222 opened 3 years ago

bencooper222 commented 3 years ago

I noticed that you support most coverage formats but basically only 1 per language. I was wondering if you'd be able to change that. Javascript's primary test coverage tool (Istanbul) supports basically every format under the sun and it'd be nice to be able to not use lcov with CodeClimate.

The specific issue at hand is that Istanbul isn't a well-funded project so errors like this one that completely break its ability to generate lcov.info can cripple Javascript test coverage and stick around for a while.