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