Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4d6e852

Browse files
authored
chore: tolerate codecov failures in CI (#1798)
1 parentb4c41d3 commit4d6e852

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

‎.github/workflows/coder.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,8 @@ jobs:
208208
token:${{ secrets.CODECOV_TOKEN }}
209209
files:./gotests.coverage
210210
flags:unittest-go-${{ matrix.os }}
211-
fail_ci_if_error:true
211+
# this flakes and sometimes fails the build
212+
fail_ci_if_error:false
212213

213214
test-go-postgres:
214215
name:"test/go/postgres"
@@ -291,7 +292,8 @@ jobs:
291292
token:${{ secrets.CODECOV_TOKEN }}
292293
files:./gotests.coverage
293294
flags:unittest-go-postgres-${{ matrix.os }}
294-
fail_ci_if_error:true
295+
# this flakes and sometimes fails the build
296+
fail_ci_if_error:false
295297

296298
deploy:
297299
name:"deploy"
@@ -421,7 +423,8 @@ jobs:
421423
token:${{ secrets.CODECOV_TOKEN }}
422424
files:./site/coverage/lcov.info
423425
flags:unittest-js
424-
fail_ci_if_error:true
426+
# this flakes and sometimes fails the build
427+
fail_ci_if_error:false
425428

426429
-name:Upload DataDog Trace
427430
if:always() && github.actor != 'dependabot[bot]' && !github.event.pull_request.head.repo.fork

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp