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

Code coverage in reports #93

Open
ChrisCooney opened this issue Jan 19, 2017 · 2 comments
Open

Code coverage in reports #93

ChrisCooney opened this issue Jan 19, 2017 · 2 comments

Comments

@ChrisCooney
Copy link

I've seen no mention in your docs about code coverage? Is this a feature you're planning on adding?

@renatoathaydes
Copy link
Owner

It would be a little useless to add it as most of the code runs by reflection, called as an extension to Spock. Most tests are like system tests due to the nature of the project (it's purpose is to interact with Spock, and that's where the hard part is).

I know the actual coverage used to be near 100%, but with template reports and some other newer features, that dropped a lot because with templates, there's no good way to test all possible things people will do :)

Please do add some automated tool to the build if you would like and make a pull request, though, could be interesting to see what it says!

@renatoathaydes
Copy link
Owner

I read this in a hurry and misunderstood, I think :)

You're asking about test coverage about the tests that Spock runs in your project?!

Ah, do you have some pointers I can look at?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants