Skip to content

Commit

Permalink
fix coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
segasai committed Jan 24, 2021
1 parent 029cd9c commit 09fd55e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,7 @@ jobs:
export SQLUTIL_TEST_PG_PASS='testpassword'
py.test --cov=sqlutilpy
- name: Coveralls
run: |
coverall
if: ${{ success() }}
run: coveralls --service=github
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 09fd55e

Please sign in to comment.