forked from LBRYCommunity/lbry-sdk
try AndreMiras/coveralls-python-action action
This commit is contained in:
parent
ea48577864
commit
66da8b164f
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue