Skip to content

Commit

Permalink
Merge 99cf073 into 9ca40a7
Browse files Browse the repository at this point in the history
  • Loading branch information
vikramaditya91 committed Aug 16, 2021
2 parents 9ca40a7 + 99cf073 commit 34d5872
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Coveralls Finished
uses: coverallsapp/github-action@57daa114ba54fd8e1c8563e8027325c0bf2f5e80
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel-finished: true
Expand Down Expand Up @@ -52,14 +52,14 @@ jobs:
run: |
python -m pip install --upgrade pip
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 prawcore --module pytest
- env:
COVERALLS_PARALLEL: true
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
name: Submit to coveralls
run: coveralls
run: coveralls --service=github
strategy:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
Expand Down

0 comments on commit 34d5872

Please sign in to comment.