Skip to content

Commit

Permalink
Report coverage from each os/python combination.
Browse files Browse the repository at this point in the history
  • Loading branch information
willgraf committed Jan 29, 2021
1 parent 723f2cc commit cea9b38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Run PyTest and Coveralls
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
COVERALLS_FLAG_NAME: python-${{ matrix.python-version }}
COVERALLS_FLAG_NAME: python-${{ matrix.os-version }}-${{ matrix.python-version }}
COVERALLS_PARALLEL: true
run: |
pytest kiosk_client --cov kiosk_client --pep8
Expand Down

0 comments on commit cea9b38

Please sign in to comment.