Hi Christiano,
we're happy to accept contributions! For successful review I recommend:
* Check out existing list of enhancements:
https://github.com/jacoco/jacoco/issues?q=is%3Aopen+is%3Aissue+label%3Aenhancement
For many enhancements possible solutions have already been discussed
* Use our dev setup:
http://eclemma.org/jacoco/trunk/doc/environment.html
All formatting and compiler warnings are configured for Eclipse. Also
make sure your contributions comes with tests, we have unit and
integration tests.
* Create small, independent pull requests at GitHub
Do not mix several aspects in a single PR. If we do not agree on one
aspect the whole PR will fail to get accepted.
Regards,
-marc
On 2015-10-01 15:26, Cristiano Costantini wrote:
Hi Marc,
I'm trying to implement options for maven plugin report generation =>
https://github.com/cristcost/jacoco
I really hope you'll consider these developments for inclusion into
the main project.
If you have any recommendation on code style, quality and approach,
I'll listen to you carefully!
In the meanwhile I'm trying to reproduce that the Ant Task does. I'm
not writing any integration test as I'm testing it directly on my
application.
The idea is to configure it something like this way:
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.7.6-SNAPSHOT</version>
<configuration>
<csvReport>true</csvReport>
<xmlReport>false</xmlReport>
<htmlReport>true</htmlReport>
<includeTests>true</includeTests>
<artifacts>
<artifact>net.cristcost.test:module-1</artifact>
<artifact>net.cristcost.test:module-1</artifact>
</artifacts>
</configuration>
</plugin>
Thank you,
Cristiano
P.S. Btw congratulations, I would be a happy man if my team mates
would write code 1/10th as clean as JaCoCo is written !
--
You received this message because you are subscribed to the Google
Groups "JaCoCo and EclEmma Users" group.
To unsubscribe from this group and stop receiving emails from it, send
an email to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jacoco/60521a70-07a1-415e-8d3f-45ddb652e76a%40googlegroups.com
[1].
For more options, visit https://groups.google.com/d/optout [2].
Links:
------
[1]
https://groups.google.com/d/msgid/jacoco/60521a70-07a1-415e-8d3f-45ddb652e76a%40googlegroups.com?utm_medium=email&utm_source=footer
[2] https://groups.google.com/d/optout
--
You received this message because you are subscribed to the Google Groups "JaCoCo
and EclEmma Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jacoco/c6942d9931bb5bbf1a8d628b8b6b387b%40mountainminds.com.
For more options, visit https://groups.google.com/d/optout.