Skip to content

Commit

Permalink
Try again with a fixed coveralls approach for more reasonable job names
Browse files Browse the repository at this point in the history
  • Loading branch information
baztian committed Jun 23, 2020
1 parent f6a2335 commit 9b1fd6e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/tests.yml
Expand Up @@ -45,16 +45,18 @@ jobs:
if: ${{ ! matrix.jython }}
run: tox
- name: Coveralls
uses: baztian/coveralls-python-action@supply-coverage-version
uses: baztian/coveralls-python-action@merged-changes
with:
parallel: true
flag-name: ${{ matrix.plattform }}-${{ matrix.python-version }}
coverage-version: 4.5.4

coveralls_finish:
needs: test
runs-on: ubuntu-latest
steps:
- name: Coveralls Finished
uses: baztian/coveralls-python-action@supply-coverage-version
uses: baztian/coveralls-python-action@merged-changes
with:
parallel-finished: true
flag-name: dummy

0 comments on commit 9b1fd6e

Please sign in to comment.