Skip to content

Commit

Permalink
Try to set coverage home so coveralls finds .coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Feb 26, 2021
1 parent 6de2c95 commit d3e0f2b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ jobs:
run: tox -e ${{ matrix.config[1] }}
- name: Coverage
if: matrix.config[1] == 'coverage'
env:
COVERAGE_HOME: .
run: |
pip install coveralls coverage-python-version
coveralls --service=github
Expand Down

0 comments on commit d3e0f2b

Please sign in to comment.