How to setup for multiple test projects in single repository?

Description

In the past, i’ve had a single GH repository, with a single unit test project. So the coverage is based on that single unit test project.

Now, i’ve got a single GH repository, but with about 4 unit test projects. So the coverage is actually the combination of all these projects.

How can i setup Codecov for this scenario? OpenCover (what i’m used to) requires specifying a single test project. Do i need to generate multiple coverage reports and merge them together?

I saw this page: Merging Reports
But it talks about multiple languages. My example is all the same language.

Any advice would be greatly appreciated. Thanks!

@RPM1984 You could check out the Flags feature. Flags

It’s basically tagging each report, you could name each one almost anything you like