We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7a1ac4 commit d9127bcCopy full SHA for d9127bc
.github/workflows/ci.yml
@@ -107,10 +107,6 @@ jobs:
107
tox
108
env:
109
TOXENV: ${{ steps.toxenv.outputs.toxenv }}
110
- - name: Report to Coveralls
111
- run: |
112
- coveralls --service=github
113
- # Only report coverage on latest Python version and skip on prior failures
+ - name: Coveralls GitHub Action
+ uses: coverallsapp/github-action@v2.2.3
114
if: ${{ success() && matrix.python-version == '3.12' }}
115
- env:
116
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments