I want to know how to use codecov when there are subpackages in a github repo.
Initially, I was working in a repo with codecov configured in the CI workflow and everything worked as expected. However, once we started to divide our package into a couple of subpackages (or subdirectories), codecov only displays the changes made in the root repo and not in the subpackages.
I think there are 2 possibilities to configure codecov with subpackages:
- To configure once in the CI of the root repo, or
- To configure codecov for each new subpackage
How to configure codecov with subpackages?
I will really appreciate any guidance.