Skip to content

Commit

Permalink
Run coveralls integration in debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
jugmac00 committed Jan 26, 2021
1 parent a945e60 commit 746233d
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ jobs:
- name: "Run tox targets for ${{ matrix.python-version }}"
run: "python -m tox"

# - name: "Report to coveralls"
# # coverage is only created in the py39 environment
# # --service=github is a workaround for bug
# # https://github.com/coveralls-clients/coveralls-python/issues/251
# if: "matrix.python-version == '3.9'"
# run: |
# pip install coveralls
# coveralls --service=github
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: "Report to coveralls"
# coverage is only created in the py39 environment
# --service=github is a workaround for bug
# https://github.com/coveralls-clients/coveralls-python/issues/251
if: "matrix.python-version == '3.9'"
run: |
pip install coveralls
coveralls debug --service=github
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 746233d

Please sign in to comment.