philipgiuliani / coverage

Shows the current test coverage of your project in Atom
MIT License
14 stars 3 forks source link

Add support for lcov.info files #11

Closed philipgiuliani closed 9 years ago

philipgiuliani commented 9 years ago

This PR will add support for lcov.info files. The current functionallity of parsing the simplecov.json will be dropped because simplecov can also output lcov files.

With this pull request a lot of new coverage tools are going to be supported.

Tasks

Closes https://github.com/philipgiuliani/coverage/issues/9

philipgiuliani commented 9 years ago

I'll work on something new and replace this package soon!