Multiple coverage reports for the same repo

Hi,

We’re using a monorepo for both server (python) and client (typescript) code (residing in different paths in the repo).

Each has a separate build and testing process, and is uploading its own coverage report.

I see that codecov does not support well this configuration - it’s either showing the coverage for server or for client but not for both.

How can this be supported?

@baruchoxman please open a topic in the #support section

Never mind, learned this can be achieved with the flags feature:

1 Like