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 f7af588 commit 0ddf561Copy full SHA for 0ddf561
.github/workflows/keyvi.yml
@@ -80,7 +80,7 @@ jobs:
80
build/unit_test_all
81
82
- name: Coverage
83
- if: runner.type == 'Coverage'
+ if: matrix.type == 'Coverage'
84
run: |
85
python -m pip install git+https://github.com/hendrikmuhs/cpp-coveralls.git@gcov-template-coverage
86
coveralls -r . -b build/ -i keyvi \
0 commit comments