Skip to content

Commit 41ab507

Browse files
committed
Fix misattribution of codecov on master
1 parent 2b3eaec commit 41ab507

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
@@ -234,8 +234,8 @@ jobs:
234234
uses: codecov/codecov-action@v4
235235
with:
236236
disable_search: true
237+
fail_ci_if_error: true
237238
file: coverage.info
238-
name: Github Actions
239239
token: ${{secrets.CODECOV_TOKEN}}
240240
verbose: true
241241

0 commit comments

Comments
 (0)