Skip to content

Commit e3d16c4

Browse files
committed
fix coveralls flag-name
1 parent fdf4f04 commit e3d16c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
uses: coverallsapp/github-action@v2
5252
with:
5353
github-token: ${{ secrets.github_token }}
54-
flag-name: Unittests-${{ matrix.os }}-${{ matrix.python-version }}
54+
flag-name: Unittests-${{ matrix.os }}-${{ matrix.env }}
5555
parallel: true
5656
path-to-lcov: ./coverage.lcov
5757

0 commit comments

Comments
 (0)