-
Notifications
You must be signed in to change notification settings - Fork 206
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
Enable dexcount plugin #185
Enable dexcount plugin #185
Conversation
Not enough memory to do the build. I have a branch where I divide execution of build steps to reduce memory usage, u can take a look at it here 9322fd1 |
62ffd44
to
057d130
Compare
Current coverage is 78.01%@@ master #185 diff @@
==========================================
Files 38 38
Lines 555 555
Methods 0 0
Messages 0 0
Branches 47 47
==========================================
Hits 433 433
Misses 92 92
Partials 30 30
|
apply plugin: 'com.getkeepsafe.dexcount' | ||
|
||
dexcount { | ||
format = "list" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
single quotes
👍 |
@vanniktech, @lenguyenthanh PTAL |
Count methods on each build with -PwithDexcount
057d130
to
bbb1232
Compare
Btw, the current method count is:
I'm still looking for a way to publish the values on github pr, using travis or any other ci. At my company we are using Jenkins, and there are a few plugins for that. |
👍 |
👍 this plugin is really cool. |
Thanks, @serj-lotutovici! |
Count methods on each build with -PwithDexcount