Skip to content

Commit 8cc7534

Browse files
author
github-actions
committed
fix(ci): Use single combined flag for Codecov uploads
1 parent 5867dd9 commit 8cc7534

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
with:
6868
token: ${{ secrets.CODECOV_TOKEN }}
6969
files: coverage.xml
70-
flags: unittests,py${{ matrix.python-version }}
70+
flags: unittests-py${{ matrix.python-version }}
7171
fail_ci_if_error: true
7272
verbose: true
7373

0 commit comments

Comments
 (0)