Lately we setup a test coverage for backend only, we don’t need it for frontend in this moment, everything works well when the Pull Request is backend only, but the Pull Request is frontend we get timeout which is normal because we are not sending the coverage report to the analyzer.
My question : is possible to exclude frontend from the test coverage analyzer only (using exclude_pattern doesn’t seem the solution because it will exclude /frontend from all the analyzers we use including JS, Docker… )