Bump AndreMiras/coveralls-python-action from 8799c9f4443ac4201d2e2f2c725d577174683b99 to 65c1672f0b8a201702d86c81b79187df74072505 (#4359)
Bump AndreMiras/coveralls-python-action
Bumps [AndreMiras/coveralls-python-action](https://github.com/andremiras/coveralls-python-action) from 8799c9f4443ac4201d2e2f2c725d577174683b99 to 65c1672f0b8a201702d86c81b79187df74072505.
- [Release notes](https://github.com/andremiras/coveralls-python-action/releases)
- [Changelog](https://github.com/AndreMiras/coveralls-python-action/blob/develop/CHANGELOG.md)
- [Commits](8799c9f444...65c1672f0b
)
---
updated-dependencies:
- dependency-name: AndreMiras/coveralls-python-action
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
3be19b306f
commit
c827551b23
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -62,7 +62,7 @@ jobs:
|
|||||||
if:
|
if:
|
||||||
github.repository == 'psf/black' && matrix.os == 'ubuntu-latest' &&
|
github.repository == 'psf/black' && matrix.os == 'ubuntu-latest' &&
|
||||||
!startsWith(matrix.python-version, 'pypy')
|
!startsWith(matrix.python-version, 'pypy')
|
||||||
uses: AndreMiras/coveralls-python-action@8799c9f4443ac4201d2e2f2c725d577174683b99
|
uses: AndreMiras/coveralls-python-action@65c1672f0b8a201702d86c81b79187df74072505
|
||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
parallel: true
|
parallel: true
|
||||||
@ -77,7 +77,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Send finished signal to Coveralls
|
- name: Send finished signal to Coveralls
|
||||||
uses: AndreMiras/coveralls-python-action@8799c9f4443ac4201d2e2f2c725d577174683b99
|
uses: AndreMiras/coveralls-python-action@65c1672f0b8a201702d86c81b79187df74072505
|
||||||
with:
|
with:
|
||||||
parallel-finished: true
|
parallel-finished: true
|
||||||
debug: true
|
debug: true
|
||||||
|
Loading…
Reference in New Issue
Block a user