scrutinizer-ci / scrutinizer

Legacy repository - archives past feature requests/bug reports
https://scrutinizer-ci.com/docs
140 stars 36 forks source link

Send external code coverage for JS project #390

Closed alekitto closed 7 years ago

alekitto commented 7 years ago

I've read the documentation and i cannot found a tool for uploading code coverage to scrutinizer for a JS project, so i built it following the PHP ocular tool

Here's the repository: alekitto/ocular.js

Since istanbul can generate coverage report in clover format, i can upload the report from travis CI with this configuration:

after_success:
    - npm install ocular.js
    - $(npm bin)/ocular coverage/clover.xml

Hope this is appreciated! :) Contributions are obviously welcome

schmittjoh commented 7 years ago

Great work on this! We'll have a look and add this to the documentation.

Thanks so much.

p.s. next time just send us a message via the support on the website, you'll get a much faster response there :)