Skip to content

Commit 04e57b7

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 4d11435 commit 04e57b7

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
@@ -68,6 +68,8 @@ jobs:
6868
run: make -C build coverage
6969

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

0 commit comments

Comments
 (0)