try AndreMiras/coveralls-python-action action

This commit is contained in:
Lex Berezhny 2021-08-21 09:28:20 -04:00
parent ea48577864
commit 66da8b164f

View file

@ -62,7 +62,7 @@ jobs:
HOME: /tmp
run: python -m unittest tests/unit/test_conf.py
- name: submit coverage report
uses: coverallsapp/github-action@master
uses: AndreMiras/coveralls-python-action@master
with:
github-token: ${{ secrets.github_token }}
flag-name: tests-unit-${{ matrix.os }}
@ -110,7 +110,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Coveralls Finished
uses: coverallsapp/github-action@master
uses: AndreMiras/coveralls-python-action@master
with:
github-token: ${{ secrets.github_token }}
parallel-finished: true