Skip to content

Commit a66f609

Browse files
committed
ci
1 parent 180fa43 commit a66f609

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ jobs:
3232
- name: Coveralls parallel
3333
uses: coverallsapp/github-action@v2
3434
with:
35-
flag-name: run-${{ matrix.python-version }}
35+
flag-name: coverage-python-${{ matrix.python-version }}
3636
parallel: true
3737

38-
finish:
38+
finish-coverage:
3939
needs: test
4040
if: ${{ always() }}
4141
runs-on: ubuntu-slim

0 commit comments

Comments
 (0)