25 October 2017 at 15:07
--
You received this message because you are subscribed to the Google Groups "vert.x" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vertx+un...@googlegroups.com.
Visit this group at https://groups.google.com/group/vertx.
To view this discussion on the web, visit https://groups.google.com/d/msgid/vertx/deab7c72-a13d-4589-b926-18b16aa3979f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi,
Any code coverage tool will work, including Cobertura or Jacoco. Just use the one your prefer.
Clement
25 October 2017 at 15:07
Hi All,--New to vertx world!I am trying to create a check list of things that are required to promote use of vertx in my organization. Figured out unit testing (vertx-unit), ORM (jooq), migration (flyway)I am stuck at the choice of code coverage tool that fits for vertx app.Will Cobertura work? I need to investigate.Please suggest if anyone of you have already figured it out.Thanks,Mayur.
You received this message because you are subscribed to the Google Groups "vert.x" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vertx+unsubscribe@googlegroups.com.
Visit this group at https://groups.google.com/group/vertx.
To view this discussion on the web, visit https://groups.google.com/d/msgid/vertx/deab7c72-a13d-4589-b926-18b16aa3979f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "vert.x" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/vertx/d9oGsXqUryo/unsubscribe.
To unsubscribe from this group and all its topics, send an email to vertx+unsubscribe@googlegroups.com.
Visit this group at https://groups.google.com/group/vertx.
To view this discussion on the web, visit https://groups.google.com/d/msgid/vertx/59F08FD4.7070209%40gmail.com.
25 October 2017 at 15:59
Just tried Cobertura, Wont work with Java 8 lambda expression which are used in my Vertx AppAlso, since I am using vertx-unit instead of junit, I doubt even Jacoco will work.If it indeed works, can some one share me the sample pom.xml settings and code?
--mAyur,
"out of beta"
--
You received this message because you are subscribed to the Google Groups "vert.x" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vertx+un...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/vertx/CAPip_KX8mKtCh-22_o_56yqQ39pCAZkNcm0bpFfVxowie%2BdkUw%40mail.gmail.com.
25 October 2017 at 15:21
Hi,
Any code coverage tool will work, including Cobertura or Jacoco. Just use the one your prefer.
Clement
25 October 2017 at 15:07
Hi All,--New to vertx world!I am trying to create a check list of things that are required to promote use of vertx in my organization. Figured out unit testing (vertx-unit), ORM (jooq), migration (flyway)I am stuck at the choice of code coverage tool that fits for vertx app.Will Cobertura work? I need to investigate.Please suggest if anyone of you have already figured it out.Thanks,Mayur.
You received this message because you are subscribed to the Google Groups "vert.x" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vertx+un...@googlegroups.com.
I'm surprised to see Cobertura failing on java 8.
We use Jacoco. The configuration is inherited from: https://github.com/vert-x3/vertx-parent/blob/master/pom.xml#L325
Clement
25 October 2017 at 15:59
Just tried Cobertura, Wont work with Java 8 lambda expression which are used in my Vertx AppAlso, since I am using vertx-unit instead of junit, I doubt even Jacoco will work.If it indeed works, can some one share me the sample pom.xml settings and code?--mAyur,
"out of beta"
--
You received this message because you are subscribed to the Google Groups "vert.x" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vertx+unsubscribe@googlegroups.com.
Visit this group at https://groups.google.com/group/vertx.
To view this discussion on the web, visit https://groups.google.com/d/msgid/vertx/CAPip_KX8mKtCh-22_o_56yqQ39pCAZkNcm0bpFfVxowie%2BdkUw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
25 October 2017 at 15:21
Hi,
Any code coverage tool will work, including Cobertura or Jacoco. Just use the one your prefer.
Clement
25 October 2017 at 15:07
Hi All,--New to vertx world!I am trying to create a check list of things that are required to promote use of vertx in my organization. Figured out unit testing (vertx-unit), ORM (jooq), migration (flyway)I am stuck at the choice of code coverage tool that fits for vertx app.Will Cobertura work? I need to investigate.Please suggest if anyone of you have already figured it out.Thanks,Mayur.
You received this message because you are subscribed to the Google Groups "vert.x" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vertx+unsubscribe@googlegroups.com.
Visit this group at https://groups.google.com/group/vertx.
To view this discussion on the web, visit https://groups.google.com/d/msgid/vertx/deab7c72-a13d-4589-b926-18b16aa3979f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "vert.x" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/vertx/d9oGsXqUryo/unsubscribe.
To unsubscribe from this group and all its topics, send an email to vertx+unsubscribe@googlegroups.com.
Visit this group at https://groups.google.com/group/vertx.
To view this discussion on the web, visit https://groups.google.com/d/msgid/vertx/59F09986.30007%40gmail.com.