Hi Rodrigo, you typically integrate JaCoCo in your build. JaCoCo has integrations for Ant, Maven, Gradle and many more: https://www.jacoco.org/jacoco/trunk/doc/integrations.html <https://www.jacoco.org/jacoco/trunk/doc/integrations.html>
With GitHub Action you trigger the build (which already include JaCoCo). A separate GitHub Action for code coverage only does not seem to make sense to me, as you also need to compile your code and run your unit tests to collect code coverage. Regards, -marc > On 12. Aug 2020, at 06:14, Rodrigo Graciano <rodrigolgraci...@gmail.com> > wrote: > > Hello. Is there a way to use JaCoCo with GitHub Actions? > My idea is to use an action to generate the report and add it to the > repository. > Thank you > > -- > 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 jacoco+unsubscr...@googlegroups.com > <mailto:jacoco+unsubscr...@googlegroups.com>. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jacoco/18f5df71-a99b-48ac-a91c-75aae972d2dfn%40googlegroups.com > > <https://groups.google.com/d/msgid/jacoco/18f5df71-a99b-48ac-a91c-75aae972d2dfn%40googlegroups.com?utm_medium=email&utm_source=footer>. -- 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 jacoco+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jacoco/8A301F83-9CE3-4CAD-8C8A-61E7C0CEAE71%40mountainminds.com.