File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed
Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change 3737 path : __pytest_reports/charon-unit-tests.html
3838 name : charon-unit-tests_python${{ matrix.os.python }}.html
3939
40-
4140 - name : Run coveralls-python
4241 env :
4342 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
5857 /home/runner/.local/bin/coveralls --finish --service=github
5958 env :
6059 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
60+
61+ # - name: Coveralls Parallel
62+ # uses: coverallsapp/github-action@v2
63+ # with:
64+ # github-token: ${{ secrets.GITHUB_TOKEN }}
65+ # flag-name: python${{ matrix.python-version }}
66+ # parallel: true
67+ # finish:
68+ # needs: test
69+ # if: ${{ always() }}
70+ # runs-on: ubuntu-latest
71+ # steps:
72+ # - name: Coveralls Finished
73+ # uses: coverallsapp/github-action@v2
74+ # with:
75+ # parallel-finished: true
76+ # github-token: ${{ secrets.GITHUB_TOKEN }}
77+ # carryforward: "python3.9, python3.10, python3.11, python3.12"
You can’t perform that action at this time.
0 commit comments