codecov/codecov-ruby

Combining Coverage Reports

Closed this issue · 0 comments

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 codecov/codecov-node#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?