We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentb4c41d3 commit4d6e852Copy full SHA for 4d6e852
.github/workflows/coder.yaml
@@ -208,7 +208,8 @@ jobs:
208
token:${{ secrets.CODECOV_TOKEN }}
209
files:./gotests.coverage
210
flags:unittest-go-${{ matrix.os }}
211
-fail_ci_if_error:true
+# this flakes and sometimes fails the build
212
+fail_ci_if_error:false
213
214
test-go-postgres:
215
name:"test/go/postgres"
@@ -291,7 +292,8 @@ jobs:
291
292
293
294
flags:unittest-go-postgres-${{ matrix.os }}
295
296
297
298
deploy:
299
name:"deploy"
@@ -421,7 +423,8 @@ jobs:
421
423
422
424
files:./site/coverage/lcov.info
425
flags:unittest-js
426
427
428
429
-name:Upload DataDog Trace
430
if:always() && github.actor != 'dependabot[bot]' && !github.event.pull_request.head.repo.fork