Skip to content

Commit

Permalink
Run coveralls with parallel pipelines
Browse files Browse the repository at this point in the history
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
  • Loading branch information
DifferentialOrange committed Dec 6, 2021
1 parent 8db6216 commit ed8e01f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test_on_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ jobs:
run: make -C build coverage

- name: Send code coverage to coveralls.io
env:
COVERALLS_PARALLEL=true
run: make -C build coveralls
if: ${{ matrix.coveralls }}

Expand Down

0 comments on commit ed8e01f

Please sign in to comment.