Skip to content

Commit e606ce1

Browse files
committed
Move to a coveralls action fork for pyproject.toml support
1 parent 259eb41 commit e606ce1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: poetry run coverage run
3636

3737
- name: Coveralls.io notification
38-
uses: AndreMiras/coveralls-python-action@develop
38+
uses: miurahr/coveralls-python-action@b5f4b04e702438c3f7eceb03acf0f3c60dbe252e
3939
with:
4040
parallel: true
4141
flag-name: Unit Test
@@ -45,6 +45,6 @@ jobs:
4545
runs-on: ubuntu-latest
4646
steps:
4747
- name: Coveralls Finished
48-
uses: AndreMiras/coveralls-python-action@develop
48+
uses: miurahr/coveralls-python-action@b5f4b04e702438c3f7eceb03acf0f3c60dbe252e
4949
with:
5050
parallel-finished: true

0 commit comments

Comments
 (0)