You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a monorepo project containing multiple libraries using ng-packagr
I managed to get & upload the test coverage of the repository.
But how can I get the coverage of each package?
This is the script I'm using
We have a similar use case, we want to be able to run and calculate coverage of only the packages in our lerna repo that have changed since the base ref of the PR.
It would be great if Code Climate could support breaking up coverage reports by package instead of requiring a summation and global percentage.
I have a monorepo project containing multiple libraries using ng-packagr
I managed to get & upload the test coverage of the repository.
But how can I get the coverage of each package?
This is the script I'm using
The text was updated successfully, but these errors were encountered: