Skip to content

Commit

Permalink
Use coveralls client example
Browse files Browse the repository at this point in the history
  • Loading branch information
shawalli committed Jul 18, 2020
1 parent 5382119 commit 20dc786
Showing 1 changed file with 1 addition and 21 deletions.
22 changes: 1 addition & 21 deletions .github/workflows/workflow-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,19 +80,11 @@ jobs:
- name: Submit Code Coverage
run: poetry run coveralls
env:
# COVERALLS_SERVICE_NAME: github
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# COVERALLS_GIT_COMMIT: ${{ github.sha }}
# COVERALLS_GIT_BRANCH: ${{ github.ref }}
COVERALLS_FLAG_NAME: py-${{ matrix.python-version }}
# COVERALLS_SERVICE_JOB_NUMBER: ${{ github.event.issue.number }}
COVERALLS_PARALLEL: true
# GITHUB_ACTIONS
# GITHUB_REF: ${{ github.ref }}
# GITHUB_HEAD_REF: ${{ github.head_reg }}
# GITHUB_REPOSITORY: shawalli/psycopg2-pgevents

finish:
pr-finish:
name: Finish Code Coverage Submission
needs: pr
runs-on: ubuntu-latest
Expand All @@ -104,15 +96,3 @@ jobs:
coveralls --finish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# env:
# COVERALLS_SERVICE_NAME: github
# COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# COVERALLS_GIT_COMMIT: ${{ github.sha }}
# COVERALLS_GIT_BRANCH: ${{ github.ref }}
# COVERALLS_FLAG_NAME: py-${{ matrix.python-version }}
# COVERALLS_SERVICE_JOB_NUMBER: ${{ github.event.issue.number }}
# COVERALLS_PARALLEL: true
# # GITHUB_ACTIONS
# GITHUB_REF: ${{ github.ref }}
# GITHUB_HEAD_REF: ${{ github.head_reg }}
# GITHUB_REPOSITORY: shawalli/psycopg2-pgevents

0 comments on commit 20dc786

Please sign in to comment.