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

Custom SimpleCov configuration #25

Closed
laserlemon opened this issue Dec 9, 2013 · 6 comments
Closed

Custom SimpleCov configuration #25

laserlemon opened this issue Dec 9, 2013 · 6 comments

Comments

@laserlemon
Copy link

It would be nice to more transparently pass through to SimpleCov for custom configurations. For instance, the start method could accept a block like SimpleCov.start does and pass that block through.

@brynary
Copy link
Member

brynary commented Dec 10, 2013

This sounds reasonable. Want to whip up a PR?

@laserlemon
Copy link
Author

I tried but couldn't figure out a good way to assert that the block is passed on to SimpleCov.

@brynary
Copy link
Member

brynary commented Dec 10, 2013

Ah, got it. Well, if it's pretty simple I'd accept a PR w/o a test in this case.

@laserlemon
Copy link
Author

So you're telling me…

@mrb
Copy link
Contributor

mrb commented Dec 10, 2013

@calavera
Copy link
Contributor

calavera commented Aug 5, 2014

Hey, we recently shipped ruby-test-reporter 0.4.0 that allows you to use our test reporter as a Simplecov formatter. That way you can add further custom configuration. Check the readme out:

https://github.com/codeclimate/ruby-test-reporter#extending-simplecov-with-other-formatters

I'm closing this issue as fixed. Thanks for reporting it.

@calavera calavera closed this as completed Aug 5, 2014
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

Successfully merging a pull request may close this issue.

4 participants