File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments