Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels