简体   繁体   中英

Finding Code coverage for rails project

Problem Statement: To find the code coverage for a rails project. We are using a separate repository for test framework which follows RSpec-Capybara structure. Are there any tools/gems to find the coverage where tests are outside the dev repository?

Also, We have already used 'simplecov' gem for finding coverage of unit tests, so can it be used in a case where dev and test repo are different? If yes, then how?

这个宝石https://github.com/colszowka/simplecov应该可以满足您的要求。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM