Skip to content

Commit 9a66ed0

Browse files
committed
Use coverall actions instead of python-coveralls
1 parent 9113f1e commit 9a66ed0

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

.github/workflows/unittests.yaml

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ jobs:
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 }}
@@ -58,3 +57,21 @@ jobs:
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"

0 commit comments

Comments
 (0)