Skip to content

Commit

Permalink
Update ci.yml to use coverallsapp
Browse files Browse the repository at this point in the history
Use coverallsapp/github-action in CI
  • Loading branch information
enekomartinmartinez committed Apr 30, 2023
1 parent 6d2b03e commit 6d90f38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
- name: Test and coverage
run: pytest tests/ --cov=pysd -n 2
- name: Coveralls
uses: coverallsapp/github-action@v2
if: ${{ matrix.python-version == 3.7 && matrix.os == 'ubuntu-latest' }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: coveralls --service=github

0 comments on commit 6d90f38

Please sign in to comment.