Add missing matrix.enabled check. (#5066)

This commit is contained in:
Rot127 2025-04-05 06:26:32 +00:00 committed by GitHub
parent 52cadeeb5f
commit 5088a46c96
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -303,7 +303,7 @@ jobs:
ASAN_OPTIONS: ${{ matrix.asan_options }}
CC: ${{ matrix.compiler }}
- name: Generate coverage data
if: matrix.coverage
if: matrix.coverage && matrix.enabled
run: |
gcovr --version
gcovr --gcov-ignore-parse-errors=all --txt build/coverage.txt --cobertura build/coverage.xml build