Skip to content

Commit 0911380

Browse files
committed
Add POSIX suffix to codecov name for consistency
1 parent 513c82b commit 0911380

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ jobs:
273273
fail_ci_if_error: true
274274
disable_search: true
275275
files: coverage.info
276-
name: ${{env.CODECOV_NAME}}
276+
name: ${{env.CODECOV_NAME}} (POSIX)
277277
token: ${{secrets.CODECOV_TOKEN}}
278278
verbose: true
279279

0 commit comments

Comments
 (0)