Skip to content

Commit a2ca34b

Browse files
ElliottKasoaralinelena
authored andcommitted
Fix publishing to coveralls
1 parent c3684ee commit a2ca34b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/ci.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,18 @@ jobs:
5454

5555
- name: Report coverage to Coveralls
5656
uses: coverallsapp/github-action@v2
57+
with:
58+
parallel: true
59+
flag-name: run-${{ matrix.python-version }}
60+
61+
coverage:
62+
needs: tests
63+
runs-on: ubuntu-latest
64+
steps:
65+
- name: Close parallel build
66+
uses: coverallsapp/github-action@v2
67+
with:
68+
parallel-finished: true
5769

5870
docs:
5971
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)