Skip to content

Commit 0d3456f

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 f14ffee commit 0d3456f

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
@@ -71,6 +71,8 @@ jobs:
7171
run: make -C build coverage
7272

7373
- name: Send code coverage to coveralls.io
74+
env:
75+
COVERALLS_PARALLEL: true
7476
run: make -C build coveralls
7577
if: ${{ matrix.coveralls }}
7678

0 commit comments

Comments
 (0)