-
Notifications
You must be signed in to change notification settings - Fork 158
add class level threshold checks #12
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
Comments
That's a good point and a good idea for a feature. I'll add that for the 1.0 release. |
Yeah, been using a custom task against the xml to do this. Also be great to fine grain this as well... preferably via a config instead of code comments, ie all classes must have 90% coverage except these ones that should have 80% coverage. |
It's easy enough to do on a class level via config. The code comments (I I was also going to add an annotation @unCoVered or something for method On 20 May 2014 20:38, Tommy Barker [email protected] wrote:
|
I've also been working on a coveralls type site with all this shown. Any On 20 May 2014 20:40, Stephen Samuel (Sam) [email protected] wrote:
|
I didn't know there were code comments one could use... in general I feel dirty about adding stuff to my source code that is not actually code or comments on how it works. I might be interested in checking out coveralls. I presume it is a commercial service? Our stuff lives in github enterprise, I assume that would not be a problem. What else does it offer besides test coverage reports? |
Nothing that's all coveralls does. It's mainly for OSS. On 20 May 2014 20:52, Tommy Barker [email protected] wrote:
|
yeah, I think we are fine then. Time permitting, I might help with this issue though. That said, there are a lot of things I would prefer to do than wrangle with sbt 😃 |
lol I've actually become half decent (as that's about all you can be) with On 20 May 2014 21:02, Tommy Barker [email protected] wrote:
|
So now that #11 is done, it would be great to have a threshold that is applied on a per class basis. As it stands, on a large codebase one could have a new class with no tests and everything could be hunky-dory.
The text was updated successfully, but these errors were encountered: