Skip to content

Commit

Permalink
Use each coveralls key with os and python versions. (#43)
Browse files Browse the repository at this point in the history
* Use each coveralls key with os and python versions.
  • Loading branch information
willgraf committed Jan 29, 2021
1 parent 0250372 commit 3694b2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
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 }}-${{ matrix.python-version }}
COVERALLS_PARALLEL: true
run: |
pytest --cov deepcell_tracking --pep8
Expand Down

0 comments on commit 3694b2d

Please sign in to comment.