Skip to content

Commit 096c41f

Browse files
Run coveralls with parallel pipelines
Since introducing CI matrix for `metrics` install, there are more than one pipeline that should be taken into consideration while computing coverage. See more in documentation [1]. 1. https://docs.coveralls.io/parallel-build-webhook Follows up #224
1 parent c319d6a commit 096c41f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test_on_push.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ jobs:
6969
run: make -C build coverage
7070

7171
- name: Send code coverage to coveralls.io
72+
env:
73+
COVERALLS_PARALLEL: true
7274
run: make -C build coveralls
7375
if: ${{ matrix.coveralls }}
7476

0 commit comments

Comments
 (0)