Skip to content

ci: Temporarily avoid aarch64 gcovr reports

There is currently a difference between gcovr versions between these two arches, and most importantly a difference in JSON report file format versions.

Since gcovr is kinda dumb and can only deal with a single JSON format version when merging different JSON coverage report sources, avoid mixing files from different versions.

Merge request reports