What happened?
Right now, every CI run triggersa call for code coverage on both types:
Generating code coverage report in Clover XML format ... done [00:00.737]
Generating code coverage report in HTML format ... done [00:03.496]
In PRs, only the Clover format is used, so every test suite is slower for no reason when doing HTML coverage, which will be ignored anyway.
How to reproduce?
Run any PR that will trigger test suite.
Playground snippet
No response
Data required to reproduce bug locally
Run tests on CI.
Version
0.30
Relevant error output
Copy and paste any relevant error output (no backticks needed).