Skip to content

Commit

Permalink
switch to coveralls action
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorb1 committed Dec 11, 2023
1 parent 5db9938 commit 4ad32db
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
if: ${{ matrix.os }} == 'ubuntu-latest' && ${{ matrix.python-version }} == '3.11'
run: |
pip install --upgrade coveralls
coveralls --service=github
uses: coverallsapp/github-action@v2
# run: |
# pip install --upgrade coveralls
# coveralls --service=github

0 comments on commit 4ad32db

Please sign in to comment.