Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

simplecov cover can't cover multi-modules source files in one Projects #352

Closed
hongweikang opened this issue Dec 5, 2014 · 2 comments
Closed

Comments

@hongweikang
Copy link

Hi,all:
I hava a Rails project include multi-modules.These modules exists as gems, But they share the same spec folder.
When i use SimpleCov to cover these multi-modules, I only get the coverage rate of spec files.
I use SimpleCov's add_group method to add source file path in these multi-modules, but it does't work.
So, I really hope for your help,thanks.

@bf4
Copy link
Collaborator

bf4 commented Dec 31, 2014

Needs more info. Please see https://github.com/colszowka/simplecov/blob/master/CONTRIBUTING.md and #340

@bf4
Copy link
Collaborator

bf4 commented Jan 28, 2015

Also, add_group only adds a report tab. It's doesn't change what files are run. (SimpleCov doesn't run any files).

Closing due to lack of activity. Feel free to reopen with more info.

@bf4 bf4 closed this as completed Jan 28, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants