Skip to content

Commit

Permalink
Merge pull request #128 from vikramaditya91/bugfix/coveralls-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LilSpazJoekp committed Aug 16, 2021
2 parents 60efeff + a5abffb commit d94d89a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ jobs:
needs: test-multi-python
runs-on: ubuntu-latest
steps:
- uses: coverallsapp/github-action@57daa114ba54fd8e1c8563e8027325c0bf2f5e80
- name: Coveralls Finished
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel-finished: true
Expand Down Expand Up @@ -92,14 +93,14 @@ jobs:
python -m pip install --upgrade pip
pip install https://github.com/LilSpazJoekp/vcrpy/archive/asyncpraw.zip
pip install .[test]
pip install https://github.com/bboe/coveralls-python/archive/github_actions.zip
pip install .[ci]
- name: Test with pytest
run: coverage run --source asyncpraw --module pytest
- env:
COVERALLS_PARALLEL: true
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
name: Submit to coveralls
run: coveralls
run: coveralls --service=github
- name: Check coverage
run: coverage report -m --fail-under=100
strategy:
Expand Down

0 comments on commit d94d89a

Please sign in to comment.