Hi Marc, thank you.
I agree that it may not be the best approach but I'm playing with GitHub 
Actions and trying to understand what I can take out of that.

I was able to make it work and now I'm looking at the best way to extract a 
badge to be used in the README.md. Is there any place besides the .html 
file that has the total coverage % information?




On Friday, August 14, 2020 at 5:58:50 AM UTC-4 Marc R. Hoffmann wrote:

> 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
>
> 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 <rodrigol...@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+un...@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/1b5d45e1-d867-4a2f-9971-fede45d8f8dan%40googlegroups.com.

Reply via email to