Skip to content

Commit a734377

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 c74c4d3 commit a734377

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
@@ -74,6 +74,8 @@ jobs:
7474
run: make -C build coverage
7575

7676
- name: Send code coverage to coveralls.io
77+
env:
78+
COVERALLS_PARALLEL: true
7779
run: make -C build coveralls
7880
if: ${{ matrix.coveralls }}
7981

0 commit comments

Comments
 (0)