Skip to content

Commit 87eb3c5

Browse files
committed
Put back coveralls reporting
1 parent 4f698f4 commit 87eb3c5

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -69,18 +69,18 @@ jobs:
6969
env_vars: OS,PYTHON_VERSION,UNSTABLE
7070
fail_ci_if_error: false
7171

72-
# - name: Coveralls Parallel
73-
# uses: AndreMiras/coveralls-python-action@develop
74-
# with:
75-
# flag-name: run-${{ matrix.test_number }}
76-
# parallel: true
77-
# if: runner.os == 'Linux'
78-
#
79-
# coveralls:
80-
# needs: [test]
81-
# runs-on: ubuntu-latest
82-
# steps:
83-
# - name: Coveralls Finished
84-
# uses: AndreMiras/coveralls-python-action@develop
85-
# with:
86-
# parallel-finished: true
72+
- name: Coveralls Parallel
73+
uses: AndreMiras/coveralls-python-action@develop
74+
with:
75+
flag-name: run-${{ matrix.test_number }}
76+
parallel: true
77+
if: runner.os == 'Linux'
78+
79+
coveralls:
80+
needs: [test]
81+
runs-on: ubuntu-latest
82+
steps:
83+
- name: Coveralls Finished
84+
uses: AndreMiras/coveralls-python-action@develop
85+
with:
86+
parallel-finished: true

0 commit comments

Comments
 (0)