Automation code coverage when application code is in different repo

28 views Asked by At

Requirement : I want to get the coverage of application code being tested by the automation code.

Problem : Automation and application code are in separate repos

Tech Stack : WebdriverIO, Typescript. Using Istanbul as code coverage tool

  1. How do you derive code coverage reports for integration and e2e tests that exercise code in multiple repos/services?
  2. How do you orchestrate the code coverage tool when the test code is in a separate repo than the application code?
0

There are 0 answers