Jacoco not covering Async flows code coverage during execution
11 views
Skip to first unread message
alia...@locus.sh
unread,
Feb 4, 2020, 2:15:48 AM2/4/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to JaCoCo and EclEmma Users
Hello Team,
I am using Jacoco to record code coverage of multiple SaaS stack with multiple integration suites. There are some flows which are async which gets executed in background. Jacoco is not reporting that code as covered during report generation. Tests are actually waiting for the process to get complete but still code block is RED.
Can someone help here if this can be achieved with any config changes.