Skip to content

Commit

Permalink
Update testing.yml
Browse files Browse the repository at this point in the history
use AndreMiras/coveralls-python-action@develop
  • Loading branch information
ferrine committed Mar 28, 2021
1 parent 927e20d commit 0f813cf
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,19 +51,17 @@ jobs:
export ${{ matrix.env }}
pytest -v geoopt tests --durations=0 --doctest-modules --cov geoopt
- name: Coveralls
uses: coverallsapp/github-action@v1.1.2
uses: AndreMiras/coveralls-python-action@develop
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
flag-name: run-${PYTORCH_CHANNEL}-${PYTORCH_VERSION}
path-to-lcov: .coverage
parallel: true
finish:
needs: test
runs-on: ubuntu-latest
steps:
- name: Coveralls GitHub Action
uses: coverallsapp/github-action@v1.1.2
uses: AndreMiras/coveralls-python-action@develop
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel-finished: true
path-to-lcov: .coverage

0 comments on commit 0f813cf

Please sign in to comment.