Skip to content

Commit 5b7010b

Browse files
committed
Fix Coverage step condition in GitHub Action
1 parent 21bf2c1 commit 5b7010b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,4 +134,4 @@ jobs:
134134
sudo apt-get install -y lcov
135135
lcov -c -b ${{github.workspace}}/include -d ${{github.workspace}}/build -o ${{github.workspace}}/coverage.info --no-external --gcov-tool ${{matrix.config.gcov-tool}}
136136
bash <(curl -s https://codecov.io/bash) -f ${{github.workspace}}/coverage.info
137-
if: ${{matrix.config.name == 'linux-gcc-10-coverage'}}
137+
if: ${{matrix.config.name == 'linux-x64-gcc-10-coverage'}}

0 commit comments

Comments
 (0)