Skip to content

Commit

Permalink
Use AndreMiras' version of Coveralls action
Browse files Browse the repository at this point in the history
  • Loading branch information
rht committed Jan 1, 2021
1 parent 4419bf8 commit 006ff0a
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,17 @@ jobs:
run: |
flake8 --select F401, F405,E231 quantecon
nosetests --with-coverage -a "!slow" --cover-package=quantecon
- name: Coveralls
uses: coverallsapp/github-action@master
- name: Coveralls Parallel
uses: AndreMiras/coveralls-python-action@develop
if: runner.os == 'Linux'
with:
github-token: ${{ secrets.github_token }}
flag-name: run-${{ matrix.test_number }}
parallel: true
coveralls_finish:
needs: tests
runs-on: ubuntu-latest
steps:
- name: Coveralls Finished
uses: AndreMiras/coveralls-python-action@develop
with:
parallel-finished: true

0 comments on commit 006ff0a

Please sign in to comment.