scottohara / tvmanager

PWA for tracking recorded, watched & upcoming TV shows
MIT License
3 stars 0 forks source link

CodeClimate test coverage reporter doesn't show individual files #66

Closed scottohara closed 8 years ago

scottohara commented 8 years ago

The reporter has a requirement that all files references in lcov.info are relative to the root of the repository; however in my config the base directory is public (so all references are actually relative to there).

There is an open pull request to allow a custom root directory to be specified; and this will be used when trying to read the file references.

https://github.com/codeclimate/javascript-test-reporter/pull/17

scottohara commented 8 years ago

This now appears to be resolved.