Skip to content

Commit d7c83eb

Browse files
committed
Remove redundant flag from codecov upload
1 parent 991187d commit d7c83eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
144144
with:
145145
verbose: true
146-
flags: pytest,pytest-macos-14
146+
flags: pytest-macos-14
147147
name: pytest-macos-14
148148
token: ${{ secrets.CODECOV_TOKEN }}
149149

0 commit comments

Comments
 (0)