Hi, for Java we run integration tests for all Java versions from 1.5 to the most recent Java 20.
For all other languages we decided to test only only the latest release. If we haven’t updated (and fixed) certain languages to the latest version this is due to our limited resources. So yes, this is a known issue and and our strategy is “best effort”. Regards, -marc > On 10. Aug 2022, at 22:45, Paul N <[email protected]> wrote: > > I recently raised https://github.com/jacoco/jacoco/issues/1351 which > documents an issue where you get less than 100% branch coverage switching > from Kotlin 1.6.10 to 1.6.21 or 1.7.10. > > Interestingly the Kotlin compiler produces the same bytecode for the class > that is reporting less coverage than in 1.6.10. > > After a bit of digging I noticed that the build runs on Kotlin 1.5.0. > > Are there any plans to change the build to run on later versions of Kotlin, > or to support multiple versions as is the case for Java ? > > I've noticed that the build fails if the Kotlin version in > org.jacoco.core.test.validation.kotlin/pom.xml is changed to a later version > (e..g. 1.6.10) so it looks like Jacoco is generating different coverage stats > depending on the Kotlin version. > > Is this a known issue ? > > -- > 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] > <mailto:[email protected]>. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jacoco/f0088526-3f4d-4fec-a4e3-02ff744fe68fn%40googlegroups.com > > <https://groups.google.com/d/msgid/jacoco/f0088526-3f4d-4fec-a4e3-02ff744fe68fn%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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jacoco/268B0875-9D07-4E53-BAF7-F31C2B4240D3%40mountainminds.com.
