Skip to content

[Bug]: CI runs coverage for both Clover & HTML, while only Clover is used #2172

@stloyd

Description

@stloyd

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).

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

Status

Todo

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions