codecov / codecov-ruby

Ruby uploader for Codecov
https://codecov.io
MIT License
73 stars 82 forks source link

Combining Coverage Reports #36

Closed gregfletch closed 6 years ago

gregfletch commented 6 years ago

I have a project that has been uploading Ruby/Rails coverage reports and is working as expected. Now I am trying to upload coverage reports from JavaScript tests in the same project as well. From https://github.com/codecov/codecov-node/issues/87, it sounds like this should just work; however, I am still only seeing the Rails coverage report. For what it's worth, my coverage directory structure matches the structure in the previously referenced issue.

Is there something else that I need to do to instruct codecov to merge the coverage reports?