Code-Coverage with PCOV in a mono-repo
Andreas Heigl
Today I finally managed to find and fix an issue that we had for some time with Code-Coverage generation with PCOV in github actions. To give you a bit of background, imagine a project that uses 2 separate folders where one contains the business-logic and one contains the framework-related...