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 abd6ce0 commit af72da9Copy full SHA for af72da9
.github/workflows/keyvi.yml
@@ -83,7 +83,7 @@ jobs:
83
if: matrix.type == 'Coverage'
84
env:
85
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
86
- COVERALLS_PARALLEL=true
+ COVERALLS_PARALLEL: true
87
run: |
88
python -m pip install git+https://github.com/hendrikmuhs/cpp-coveralls.git@gcov-template-coverage --user
89
export PATH="/home/runner/.local/bin:$PATH"
0 commit comments