We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21bf2c1 commit 5b7010bCopy full SHA for 5b7010b
.github/workflows/ci.yml
@@ -134,4 +134,4 @@ jobs:
134
sudo apt-get install -y lcov
135
lcov -c -b ${{github.workspace}}/include -d ${{github.workspace}}/build -o ${{github.workspace}}/coverage.info --no-external --gcov-tool ${{matrix.config.gcov-tool}}
136
bash <(curl -s https://codecov.io/bash) -f ${{github.workspace}}/coverage.info
137
- if: ${{matrix.config.name == 'linux-gcc-10-coverage'}}
+ if: ${{matrix.config.name == 'linux-x64-gcc-10-coverage'}}
0 commit comments