You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following two issues were discovered recently while investigating the coverage report of our product.
On 04/19/2019 there was a commit "Upgrade to jacoco 0.8.2 (Upgrade to jacoco 0.8.2 #119)" that was later released with tag v3.2.0. In this commit FilteringClassAnalyzer stopped updating field coverages, which causes com.github.sbt.jacoco.filter.ScalaSyntheticMethod#isSyntheticMethod not being called and synthetic method as a result not ignored from the coverage calculation.
productElementName and productElementNames (from scala.Product) should be added to the list of method names in com.github.sbt.jacoco.filter.ScalaSyntheticMethod#isCaseInstanceMethod so that they can be ignored from coverage calculation as synthetic methods.
Please kindly look into the issues and release a fix if possible.
Thanks,
Billy
The text was updated successfully, but these errors were encountered:
Hi sbt-jacoco Development Team,
The following two issues were discovered recently while investigating the coverage report of our product.
On 04/19/2019 there was a commit "Upgrade to jacoco 0.8.2 (Upgrade to jacoco 0.8.2 #119)" that was later released with tag v3.2.0. In this commit FilteringClassAnalyzer stopped updating field coverages, which causes com.github.sbt.jacoco.filter.ScalaSyntheticMethod#isSyntheticMethod not being called and synthetic method as a result not ignored from the coverage calculation.
productElementName and productElementNames (from scala.Product) should be added to the list of method names in com.github.sbt.jacoco.filter.ScalaSyntheticMethod#isCaseInstanceMethod so that they can be ignored from coverage calculation as synthetic methods.
Please kindly look into the issues and release a fix if possible.
Thanks,
Billy
The text was updated successfully, but these errors were encountered: