We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1a2f92 commit b7d0e72Copy full SHA for b7d0e72
.github/workflows/test.yml
@@ -63,7 +63,7 @@ jobs:
63
if:
64
github.repository == 'psf/black' && matrix.os == 'ubuntu-latest' &&
65
!startsWith(matrix.python-version, 'pypy')
66
- uses: AndreMiras/coveralls-python-action@65c1672f0b8a201702d86c81b79187df74072505
+ uses: AndreMiras/coveralls-python-action@ac868b9540fad490f7ca82b8ca00480fd751ed19
67
with:
68
github-token: ${{ secrets.GITHUB_TOKEN }}
69
parallel: true
@@ -78,7 +78,7 @@ jobs:
78
steps:
79
- uses: actions/checkout@v4
80
- name: Send finished signal to Coveralls
81
82
83
parallel-finished: true
84
debug: true
0 commit comments