[Geoserver-devel] Java 8 and test coverage

Hi folks,
not sure if you’re aware, but we are having troubles generating code coverage reports…

Cobertura is unfortunately no longer able to generate reports when using java 8 features in the code,
try it on a module using lambdas and you should stumble into this:
https://github.com/cobertura/cobertura/issues/303

There is a recent fix, but no release:
https://github.com/cobertura/cobertura/pull/299

Plus, one would need a subsequent fix in the cobertura-maven-plugin.

The other option I’ve found is jacoco, but it seems a truly annoying bit of coverage testing
code, as it requires an agent to be run while tests are run, and thus it’s normally setup to always run,
whether you need coverage, or not (if the build gets slower again I’m going to cry murder :wink: )

Wondering if anyone has already some experience and maybe has and already tested way
to make it only run on demand?

It’s not like we need code coverage tools right now, we can wait the first module in need of graduation
will have to demonstrate the code coverage level… but imho one should just have to concentrate
on getting the module good :wink:

Cheers
Andrea

···

==
GeoServer Professional Services from the experts! Visit
http://goo.gl/it488V for more information.

Ing. Andrea Aime

@geowolf
Technical Lead

GeoSolutions S.A.S.
Via di Montramito 3/A
55054 Massarosa (LU)
phone: +39 0584 962313

fax: +39 0584 1660272
mob: +39 339 8844549

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

AVVERTENZE AI SENSI DEL D.Lgs. 196/2003

Le informazioni contenute in questo messaggio di posta elettronica e/o nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il loro utilizzo è consentito esclusivamente al destinatario del messaggio, per le finalità indicate nel messaggio stesso. Qualora riceviate questo messaggio senza esserne il destinatario, Vi preghiamo cortesemente di darcene notizia via e-mail e di procedere alla distruzione del messaggio stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso, divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od utilizzarlo per finalità diverse, costituisce comportamento contrario ai principi dettati dal D.Lgs. 196/2003.

The information in this message and/or attachments, is intended solely for the attention and use of the named addressee(s) and may be confidential or proprietary in nature or covered by the provisions of privacy act (Legislative Decree June, 30 2003, no.196 - Italy’s New Data Protection Code).Any use not in accord with its purpose, any disclosure, reproduction, copying, distribution, or either dissemination, either whole or partial, is strictly forbidden except previous formal approval of the named addressee(s). If you are not the intended recipient, please contact immediately the sender by telephone, fax or e-mail and delete the information in this message that has been received in error. The sender does not give any warranty or accept liability as the content, accuracy or completeness of sent messages and accepts no responsibility for changes made after they were sent or for other risks which arise as a result of e-mail transmission, viruses, etc.


Hey,

FWIW we’re using jacoco for geogig, and moved it to a profile due to the reasons you mentioned.

https://github.com/locationtech/geogig/blob/dev/src/parent/pom.xml#L588

···

On Mon, Jun 20, 2016 at 11:22 AM, Andrea Aime <andrea.aime@anonymised.com> wrote:

Hi folks,
not sure if you’re aware, but we are having troubles generating code coverage reports…

Cobertura is unfortunately no longer able to generate reports when using java 8 features in the code,
try it on a module using lambdas and you should stumble into this:
https://github.com/cobertura/cobertura/issues/303

There is a recent fix, but no release:
https://github.com/cobertura/cobertura/pull/299

Plus, one would need a subsequent fix in the cobertura-maven-plugin.

The other option I’ve found is jacoco, but it seems a truly annoying bit of coverage testing
code, as it requires an agent to be run while tests are run, and thus it’s normally setup to always run,
whether you need coverage, or not (if the build gets slower again I’m going to cry murder :wink: )

Wondering if anyone has already some experience and maybe has and already tested way
to make it only run on demand?

It’s not like we need code coverage tools right now, we can wait the first module in need of graduation
will have to demonstrate the code coverage level… but imho one should just have to concentrate
on getting the module good :wink:

Cheers
Andrea

==
GeoServer Professional Services from the experts! Visit
http://goo.gl/it488V for more information.

Ing. Andrea Aime

@geowolf
Technical Lead

GeoSolutions S.A.S.
Via di Montramito 3/A
55054 Massarosa (LU)
phone: +39 0584 962313

fax: +39 0584 1660272
mob: +39 339 8844549

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

AVVERTENZE AI SENSI DEL D.Lgs. 196/2003

Le informazioni contenute in questo messaggio di posta elettronica e/o nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il loro utilizzo è consentito esclusivamente al destinatario del messaggio, per le finalità indicate nel messaggio stesso. Qualora riceviate questo messaggio senza esserne il destinatario, Vi preghiamo cortesemente di darcene notizia via e-mail e di procedere alla distruzione del messaggio stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso, divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od utilizzarlo per finalità diverse, costituisce comportamento contrario ai principi dettati dal D.Lgs. 196/2003.

The information in this message and/or attachments, is intended solely for the attention and use of the named addressee(s) and may be confidential or proprietary in nature or covered by the provisions of privacy act (Legislative Decree June, 30 2003, no.196 - Italy’s New Data Protection Code).Any use not in accord with its purpose, any disclosure, reproduction, copying, distribution, or either dissemination, either whole or partial, is strictly forbidden except previous formal approval of the named addressee(s). If you are not the intended recipient, please contact immediately the sender by telephone, fax or e-mail and delete the information in this message that has been received in error. The sender does not give any warranty or accept liability as the content, accuracy or completeness of sent messages and accepts no responsibility for changes made after they were sent or for other risks which arise as a result of e-mail transmission, viruses, etc.



What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are
consuming the most bandwidth. Provides multi-vendor support for NetFlow,
J-Flow, sFlow and other flows. Make informed decisions using capacity planning
reports. http://sdm.link/zohomanageengine


Geoserver-devel mailing list
Geoserver-devel@anonymised.comsts.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Gabriel Roldán
Software Developer | Boundless
groldan@anonymised.com
@boundlessgeo

Ah ha, thanks Gabriel, that’s interesting.
Wondering, is the tools also able to report cross-module coverage in a multi-module setup?
And how do you run it, is that a “mvn -Pjacoco site” ?

Cheers
Andrea

···

On Thu, Jun 23, 2016 at 1:34 PM, Gabriel Roldan <groldan@anonymised.com> wrote:

Hey,

FWIW we’re using jacoco for geogig, and moved it to a profile due to the reasons you mentioned.

https://github.com/locationtech/geogig/blob/dev/src/parent/pom.xml#L588

On Mon, Jun 20, 2016 at 11:22 AM, Andrea Aime <andrea.aime@anonymised.com> wrote:

Hi folks,
not sure if you’re aware, but we are having troubles generating code coverage reports…

Cobertura is unfortunately no longer able to generate reports when using java 8 features in the code,
try it on a module using lambdas and you should stumble into this:
https://github.com/cobertura/cobertura/issues/303

There is a recent fix, but no release:
https://github.com/cobertura/cobertura/pull/299

Plus, one would need a subsequent fix in the cobertura-maven-plugin.

The other option I’ve found is jacoco, but it seems a truly annoying bit of coverage testing
code, as it requires an agent to be run while tests are run, and thus it’s normally setup to always run,
whether you need coverage, or not (if the build gets slower again I’m going to cry murder :wink: )

Wondering if anyone has already some experience and maybe has and already tested way
to make it only run on demand?

It’s not like we need code coverage tools right now, we can wait the first module in need of graduation
will have to demonstrate the code coverage level… but imho one should just have to concentrate
on getting the module good :wink:

Cheers
Andrea

==
GeoServer Professional Services from the experts! Visit
http://goo.gl/it488V for more information.

Ing. Andrea Aime

@geowolf
Technical Lead

GeoSolutions S.A.S.
Via di Montramito 3/A
55054 Massarosa (LU)
phone: +39 0584 962313

fax: +39 0584 1660272
mob: +39 339 8844549

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

AVVERTENZE AI SENSI DEL D.Lgs. 196/2003

Le informazioni contenute in questo messaggio di posta elettronica e/o nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il loro utilizzo è consentito esclusivamente al destinatario del messaggio, per le finalità indicate nel messaggio stesso. Qualora riceviate questo messaggio senza esserne il destinatario, Vi preghiamo cortesemente di darcene notizia via e-mail e di procedere alla distruzione del messaggio stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso, divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od utilizzarlo per finalità diverse, costituisce comportamento contrario ai principi dettati dal D.Lgs. 196/2003.

The information in this message and/or attachments, is intended solely for the attention and use of the named addressee(s) and may be confidential or proprietary in nature or covered by the provisions of privacy act (Legislative Decree June, 30 2003, no.196 - Italy’s New Data Protection Code).Any use not in accord with its purpose, any disclosure, reproduction, copying, distribution, or either dissemination, either whole or partial, is strictly forbidden except previous formal approval of the named addressee(s). If you are not the intended recipient, please contact immediately the sender by telephone, fax or e-mail and delete the information in this message that has been received in error. The sender does not give any warranty or accept liability as the content, accuracy or completeness of sent messages and accepts no responsibility for changes made after they were sent or for other risks which arise as a result of e-mail transmission, viruses, etc.



What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are
consuming the most bandwidth. Provides multi-vendor support for NetFlow,
J-Flow, sFlow and other flows. Make informed decisions using capacity planning
reports. http://sdm.link/zohomanageengine


Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Gabriel Roldán
Software Developer | Boundless
groldan@anonymised.com
@boundlessgeo

==
GeoServer Professional Services from the experts! Visit
http://goo.gl/it488V for more information.

Ing. Andrea Aime

@geowolf
Technical Lead

GeoSolutions S.A.S.
Via di Montramito 3/A
55054 Massarosa (LU)
phone: +39 0584 962313

fax: +39 0584 1660272
mob: +39 339 8844549

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

AVVERTENZE AI SENSI DEL D.Lgs. 196/2003

Le informazioni contenute in questo messaggio di posta elettronica e/o nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il loro utilizzo è consentito esclusivamente al destinatario del messaggio, per le finalità indicate nel messaggio stesso. Qualora riceviate questo messaggio senza esserne il destinatario, Vi preghiamo cortesemente di darcene notizia via e-mail e di procedere alla distruzione del messaggio stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso, divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od utilizzarlo per finalità diverse, costituisce comportamento contrario ai principi dettati dal D.Lgs. 196/2003.

The information in this message and/or attachments, is intended solely for the attention and use of the named addressee(s) and may be confidential or proprietary in nature or covered by the provisions of privacy act (Legislative Decree June, 30 2003, no.196 - Italy’s New Data Protection Code).Any use not in accord with its purpose, any disclosure, reproduction, copying, distribution, or either dissemination, either whole or partial, is strictly forbidden except previous formal approval of the named addressee(s). If you are not the intended recipient, please contact immediately the sender by telephone, fax or e-mail and delete the information in this message that has been received in error. The sender does not give any warranty or accept liability as the content, accuracy or completeness of sent messages and accepts no responsibility for changes made after they were sent or for other risks which arise as a result of e-mail transmission, viruses, etc.


I run mvn clean install -Pjacoco whenever I want to generate the reports.
In terms of aggregating multi project reports, I’m just looking into that, seems it doesn’t come out of the box.
On the other hand, I’d be interested in installing the following Jenkins plugin in ares: https://wiki.jenkins-ci.org/display/JENKINS/JaCoCo+Plugin

···

If that also seems of interest for GeoServer that’d be a more compelling reason to push it forward

On Thu, Jun 23, 2016 at 8:37 AM, Andrea Aime <andrea.aime@anonymised.com> wrote:

Ah ha, thanks Gabriel, that’s interesting.
Wondering, is the tools also able to report cross-module coverage in a multi-module setup?
And how do you run it, is that a “mvn -Pjacoco site” ?

Cheers

Andrea

On Thu, Jun 23, 2016 at 1:34 PM, Gabriel Roldan <groldan@anonymised.com> wrote:

Hey,

FWIW we’re using jacoco for geogig, and moved it to a profile due to the reasons you mentioned.

https://github.com/locationtech/geogig/blob/dev/src/parent/pom.xml#L588

==
GeoServer Professional Services from the experts! Visit
http://goo.gl/it488V for more information.

Ing. Andrea Aime

@geowolf
Technical Lead

GeoSolutions S.A.S.
Via di Montramito 3/A
55054 Massarosa (LU)
phone: +39 0584 962313

fax: +39 0584 1660272
mob: +39 339 8844549

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

AVVERTENZE AI SENSI DEL D.Lgs. 196/2003

Le informazioni contenute in questo messaggio di posta elettronica e/o nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il loro utilizzo è consentito esclusivamente al destinatario del messaggio, per le finalità indicate nel messaggio stesso. Qualora riceviate questo messaggio senza esserne il destinatario, Vi preghiamo cortesemente di darcene notizia via e-mail e di procedere alla distruzione del messaggio stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso, divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od utilizzarlo per finalità diverse, costituisce comportamento contrario ai principi dettati dal D.Lgs. 196/2003.

The information in this message and/or attachments, is intended solely for the attention and use of the named addressee(s) and may be confidential or proprietary in nature or covered by the provisions of privacy act (Legislative Decree June, 30 2003, no.196 - Italy’s New Data Protection Code).Any use not in accord with its purpose, any disclosure, reproduction, copying, distribution, or either dissemination, either whole or partial, is strictly forbidden except previous formal approval of the named addressee(s). If you are not the intended recipient, please contact immediately the sender by telephone, fax or e-mail and delete the information in this message that has been received in error. The sender does not give any warranty or accept liability as the content, accuracy or completeness of sent messages and accepts no responsibility for changes made after they were sent or for other risks which arise as a result of e-mail transmission, viruses, etc.


On Mon, Jun 20, 2016 at 11:22 AM, Andrea Aime <andrea.aime@anonymised.com> wrote:

Hi folks,
not sure if you’re aware, but we are having troubles generating code coverage reports…

Cobertura is unfortunately no longer able to generate reports when using java 8 features in the code,
try it on a module using lambdas and you should stumble into this:
https://github.com/cobertura/cobertura/issues/303

There is a recent fix, but no release:
https://github.com/cobertura/cobertura/pull/299

Plus, one would need a subsequent fix in the cobertura-maven-plugin.

The other option I’ve found is jacoco, but it seems a truly annoying bit of coverage testing
code, as it requires an agent to be run while tests are run, and thus it’s normally setup to always run,
whether you need coverage, or not (if the build gets slower again I’m going to cry murder :wink: )

Wondering if anyone has already some experience and maybe has and already tested way
to make it only run on demand?

It’s not like we need code coverage tools right now, we can wait the first module in need of graduation
will have to demonstrate the code coverage level… but imho one should just have to concentrate
on getting the module good :wink:

Cheers
Andrea

==
GeoServer Professional Services from the experts! Visit
http://goo.gl/it488V for more information.

Ing. Andrea Aime

@geowolf
Technical Lead

GeoSolutions S.A.S.
Via di Montramito 3/A
55054 Massarosa (LU)
phone: +39 0584 962313

fax: +39 0584 1660272
mob: +39 339 8844549

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

AVVERTENZE AI SENSI DEL D.Lgs. 196/2003

Le informazioni contenute in questo messaggio di posta elettronica e/o nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il loro utilizzo è consentito esclusivamente al destinatario del messaggio, per le finalità indicate nel messaggio stesso. Qualora riceviate questo messaggio senza esserne il destinatario, Vi preghiamo cortesemente di darcene notizia via e-mail e di procedere alla distruzione del messaggio stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso, divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od utilizzarlo per finalità diverse, costituisce comportamento contrario ai principi dettati dal D.Lgs. 196/2003.

The information in this message and/or attachments, is intended solely for the attention and use of the named addressee(s) and may be confidential or proprietary in nature or covered by the provisions of privacy act (Legislative Decree June, 30 2003, no.196 - Italy’s New Data Protection Code).Any use not in accord with its purpose, any disclosure, reproduction, copying, distribution, or either dissemination, either whole or partial, is strictly forbidden except previous formal approval of the named addressee(s). If you are not the intended recipient, please contact immediately the sender by telephone, fax or e-mail and delete the information in this message that has been received in error. The sender does not give any warranty or accept liability as the content, accuracy or completeness of sent messages and accepts no responsibility for changes made after they were sent or for other risks which arise as a result of e-mail transmission, viruses, etc.



What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are
consuming the most bandwidth. Provides multi-vendor support for NetFlow,
J-Flow, sFlow and other flows. Make informed decisions using capacity planning
reports. http://sdm.link/zohomanageengine


Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Gabriel Roldán
Software Developer | Boundless
groldan@anonymised.com
@boundlessgeo

Gabriel Roldán
Software Developer | Boundless
groldan@anonymised.com39…
@boundlessgeo

On Thu, Jun 23, 2016 at 1:53 PM, Gabriel Roldan <groldan@anonymised.com>
wrote:

I run mvn clean install -Pjacoco whenever I want to generate the reports.
In terms of aggregating multi project reports, I'm just looking into that,
seems it doesn't come out of the box.
On the other hand, I'd be interested in installing the following Jenkins
plugin in ares: https://wiki.jenkins-ci.org/display/JENKINS/JaCoCo+Plugin

If that also seems of interest for GeoServer that'd be a more compelling
reason to push it forward

I cannot say I'm dying to have it, but having a period report of code
coverage sure does not hurt :slight_smile:
+1 on installing it

Cheers
Andrea

--

GeoServer Professional Services from the experts! Visit
http://goo.gl/it488V for more information.

Ing. Andrea Aime
@geowolf
Technical Lead

GeoSolutions S.A.S.
Via di Montramito 3/A
55054 Massarosa (LU)
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39 339 8844549

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

*AVVERTENZE AI SENSI DEL D.Lgs. 196/2003*

Le informazioni contenute in questo messaggio di posta elettronica e/o
nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il
loro utilizzo è consentito esclusivamente al destinatario del messaggio,
per le finalità indicate nel messaggio stesso. Qualora riceviate questo
messaggio senza esserne il destinatario, Vi preghiamo cortesemente di
darcene notizia via e-mail e di procedere alla distruzione del messaggio
stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso,
divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od
utilizzarlo per finalità diverse, costituisce comportamento contrario ai
principi dettati dal D.Lgs. 196/2003.

The information in this message and/or attachments, is intended solely for
the attention and use of the named addressee(s) and may be confidential or
proprietary in nature or covered by the provisions of privacy act
(Legislative Decree June, 30 2003, no.196 - Italy's New Data Protection
Code).Any use not in accord with its purpose, any disclosure, reproduction,
copying, distribution, or either dissemination, either whole or partial, is
strictly forbidden except previous formal approval of the named
addressee(s). If you are not the intended recipient, please contact
immediately the sender by telephone, fax or e-mail and delete the
information in this message that has been received in error. The sender
does not give any warranty or accept liability as the content, accuracy or
completeness of sent messages and accepts no responsibility for changes
made after they were sent or for other risks which arise as a result of
e-mail transmission, viruses, etc.

-------------------------------------------------------

ok, talking to Chris Del Pino to get it installed.

Cheers,
Gabriel

···

On Thu, Jun 23, 2016 at 9:07 AM, Andrea Aime <andrea.aime@anonymised.com> wrote:

On Thu, Jun 23, 2016 at 1:53 PM, Gabriel Roldan <groldan@anonymised.com> wrote:

I run mvn clean install -Pjacoco whenever I want to generate the reports.
In terms of aggregating multi project reports, I’m just looking into that, seems it doesn’t come out of the box.
On the other hand, I’d be interested in installing the following Jenkins plugin in ares: https://wiki.jenkins-ci.org/display/JENKINS/JaCoCo+Plugin

I cannot say I’m dying to have it, but having a period report of code coverage sure does not hurt :slight_smile:
+1 on installing it

Cheers

Andrea

==
GeoServer Professional Services from the experts! Visit
http://goo.gl/it488V for more information.

Ing. Andrea Aime

@geowolf
Technical Lead

GeoSolutions S.A.S.
Via di Montramito 3/A
55054 Massarosa (LU)
phone: +39 0584 962313

fax: +39 0584 1660272
mob: +39 339 8844549

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

AVVERTENZE AI SENSI DEL D.Lgs. 196/2003

Le informazioni contenute in questo messaggio di posta elettronica e/o nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il loro utilizzo è consentito esclusivamente al destinatario del messaggio, per le finalità indicate nel messaggio stesso. Qualora riceviate questo messaggio senza esserne il destinatario, Vi preghiamo cortesemente di darcene notizia via e-mail e di procedere alla distruzione del messaggio stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso, divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od utilizzarlo per finalità diverse, costituisce comportamento contrario ai principi dettati dal D.Lgs. 196/2003.

The information in this message and/or attachments, is intended solely for the attention and use of the named addressee(s) and may be confidential or proprietary in nature or covered by the provisions of privacy act (Legislative Decree June, 30 2003, no.196 - Italy’s New Data Protection Code).Any use not in accord with its purpose, any disclosure, reproduction, copying, distribution, or either dissemination, either whole or partial, is strictly forbidden except previous formal approval of the named addressee(s). If you are not the intended recipient, please contact immediately the sender by telephone, fax or e-mail and delete the information in this message that has been received in error. The sender does not give any warranty or accept liability as the content, accuracy or completeness of sent messages and accepts no responsibility for changes made after they were sent or for other risks which arise as a result of e-mail transmission, viruses, etc.


If that also seems of interest for GeoServer that’d be a more compelling reason to push it forward

Gabriel Roldán
Software Developer | Boundless
groldan@anonymised.com
@boundlessgeo

+1 too

Ian

···

On 23 June 2016 at 13:07, Andrea Aime <andrea.aime@anonymised.com> wrote:


Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San
Francisco, CA to explore cutting-edge tech and listen to tech luminaries
present their vision of the future. This family event has something for
everyone, including kids. Get more information and register today.
http://sdm.link/attshape


Geoserver-devel mailing list
Geoserver-devel@anonymised.comsts.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

On Thu, Jun 23, 2016 at 1:53 PM, Gabriel Roldan <groldan@anonymised.com> wrote:

I run mvn clean install -Pjacoco whenever I want to generate the reports.
In terms of aggregating multi project reports, I’m just looking into that, seems it doesn’t come out of the box.
On the other hand, I’d be interested in installing the following Jenkins plugin in ares: https://wiki.jenkins-ci.org/display/JENKINS/JaCoCo+Plugin

I cannot say I’m dying to have it, but having a period report of code coverage sure does not hurt :slight_smile:
+1 on installing it

Cheers

Andrea

==
GeoServer Professional Services from the experts! Visit
http://goo.gl/it488V for more information.

Ing. Andrea Aime

@geowolf
Technical Lead

GeoSolutions S.A.S.
Via di Montramito 3/A
55054 Massarosa (LU)
phone: +39 0584 962313

fax: +39 0584 1660272
mob: +39 339 8844549

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

AVVERTENZE AI SENSI DEL D.Lgs. 196/2003

Le informazioni contenute in questo messaggio di posta elettronica e/o nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il loro utilizzo è consentito esclusivamente al destinatario del messaggio, per le finalità indicate nel messaggio stesso. Qualora riceviate questo messaggio senza esserne il destinatario, Vi preghiamo cortesemente di darcene notizia via e-mail e di procedere alla distruzione del messaggio stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso, divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od utilizzarlo per finalità diverse, costituisce comportamento contrario ai principi dettati dal D.Lgs. 196/2003.

The information in this message and/or attachments, is intended solely for the attention and use of the named addressee(s) and may be confidential or proprietary in nature or covered by the provisions of privacy act (Legislative Decree June, 30 2003, no.196 - Italy’s New Data Protection Code).Any use not in accord with its purpose, any disclosure, reproduction, copying, distribution, or either dissemination, either whole or partial, is strictly forbidden except previous formal approval of the named addressee(s). If you are not the intended recipient, please contact immediately the sender by telephone, fax or e-mail and delete the information in this message that has been received in error. The sender does not give any warranty or accept liability as the content, accuracy or completeness of sent messages and accepts no responsibility for changes made after they were sent or for other risks which arise as a result of e-mail transmission, viruses, etc.


If that also seems of interest for GeoServer that’d be a more compelling reason to push it forward
Ian Turton

okay so the plugin is installed and it does the multi module aggregation for you, which is good.

As mentioned before, we’ve moved the jacoco maven plugin configuration to a profile, and running the dev branch build with mvn clean install -Pjacoco …

Once you enable Jacoco reporting on the build config, you’ll get a summary chart for each build, on the “Coverage Trend” side bar entry.
When clicking on the chart takes you to the full report, like this one <http://ares.opengeo.org/jenkins/view/geogig/job/geogig-dev/84/jacoco/>

One slightly odd thing I found it may report missing coverage for modules that no longer exist. That’s because the .exec files jacoco generates contains the coverage data, and it also uses all .class files to generate the report. So, if a module no longer exists or is not part of the build, but old .class files are lying around in the workspace, it’ll take it as a miss. Which would easily be worked around by using a clean workspace on each build.

···

On Thu, Jun 23, 2016 at 10:09 AM, Ian Turton <ijturton@anonymised.com> wrote:

+1 too

Ian

On 23 June 2016 at 13:07, Andrea Aime <andrea.aime@anonymised.com> wrote:


Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San
Francisco, CA to explore cutting-edge tech and listen to tech luminaries
present their vision of the future. This family event has something for
everyone, including kids. Get more information and register today.
http://sdm.link/attshape


Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Ian Turton

On Thu, Jun 23, 2016 at 1:53 PM, Gabriel Roldan <groldan@anonymised.com> wrote:

I run mvn clean install -Pjacoco whenever I want to generate the reports.
In terms of aggregating multi project reports, I’m just looking into that, seems it doesn’t come out of the box.
On the other hand, I’d be interested in installing the following Jenkins plugin in ares: https://wiki.jenkins-ci.org/display/JENKINS/JaCoCo+Plugin

I cannot say I’m dying to have it, but having a period report of code coverage sure does not hurt :slight_smile:
+1 on installing it

Cheers

Andrea

==
GeoServer Professional Services from the experts! Visit
http://goo.gl/it488V for more information.

Ing. Andrea Aime

@geowolf
Technical Lead

GeoSolutions S.A.S.
Via di Montramito 3/A
55054 Massarosa (LU)
phone: +39 0584 962313

fax: +39 0584 1660272
mob: +39 339 8844549

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

AVVERTENZE AI SENSI DEL D.Lgs. 196/2003

Le informazioni contenute in questo messaggio di posta elettronica e/o nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il loro utilizzo è consentito esclusivamente al destinatario del messaggio, per le finalità indicate nel messaggio stesso. Qualora riceviate questo messaggio senza esserne il destinatario, Vi preghiamo cortesemente di darcene notizia via e-mail e di procedere alla distruzione del messaggio stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso, divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od utilizzarlo per finalità diverse, costituisce comportamento contrario ai principi dettati dal D.Lgs. 196/2003.

The information in this message and/or attachments, is intended solely for the attention and use of the named addressee(s) and may be confidential or proprietary in nature or covered by the provisions of privacy act (Legislative Decree June, 30 2003, no.196 - Italy’s New Data Protection Code).Any use not in accord with its purpose, any disclosure, reproduction, copying, distribution, or either dissemination, either whole or partial, is strictly forbidden except previous formal approval of the named addressee(s). If you are not the intended recipient, please contact immediately the sender by telephone, fax or e-mail and delete the information in this message that has been received in error. The sender does not give any warranty or accept liability as the content, accuracy or completeness of sent messages and accepts no responsibility for changes made after they were sent or for other risks which arise as a result of e-mail transmission, viruses, etc.


If that also seems of interest for GeoServer that’d be a more compelling reason to push it forward

Gabriel Roldán
Software Developer | Boundless
groldan@anonymised.com
@boundlessgeo