Add missing matrix.enabled check. (#5066)
This commit is contained in:
parent
52cadeeb5f
commit
5088a46c96
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue