Skip to content

Commit d4b7187

Browse files
committed
set path for coveralls
1 parent da780ba commit d4b7187

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/keyvi.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@ jobs:
8282
- name: Coverage
8383
if: matrix.type == 'Coverage'
8484
run: |
85-
python -m pip install git+https://github.com/hendrikmuhs/cpp-coveralls.git@gcov-template-coverage
85+
python -m pip install git+https://github.com/hendrikmuhs/cpp-coveralls.git@gcov-template-coverage --user
86+
export PATH="/home/runner/.local/bin:$PATH"
8687
coveralls -r . -b build/ -i keyvi \
8788
--gcov-options '\-lp' \
8889
-E '.*/keyvi/3rdparty/.*' \

0 commit comments

Comments
 (0)