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
We're setting up our code coverage for a monorepo with multiple apps running their own test suites in parallel inside a container.
We're working on a feature branch and we have no visibility on codeclimate because nothing has been merged to develop/master yet (no code coverage on master). We can not merge our PR until we can QA and make sure everything works according to plans.
Is this a side effect of misconfiguration or expected behavior?
Also, we're mounting a volume to write the reports on the host and it is unclear how to fix the paths. The approach so far has been: sed -i "s|/opt/app|$root_dir/$app|g" $coverage_path/$app/coverage/lcov.info
The text was updated successfully, but these errors were encountered:
We're setting up our code coverage for a monorepo with multiple apps running their own test suites in parallel inside a container.
We're working on a feature branch and we have no visibility on codeclimate because nothing has been merged to develop/master yet (no code coverage on master). We can not merge our PR until we can QA and make sure everything works according to plans.
Is this a side effect of misconfiguration or expected behavior?
Also, we're mounting a volume to write the reports on the host and it is unclear how to fix the paths. The approach so far has been:
sed -i "s|/opt/app|$root_dir/$app|g" $coverage_path/$app/coverage/lcov.info
The text was updated successfully, but these errors were encountered: