Skip to content

Commit c7db06a

Browse files
committed
ci: skip flaky Codecov CLI signature validation
1 parent 36bd5fa commit c7db06a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/integration_test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,9 @@ jobs:
8282
files: lcov.info
8383
flags: integration
8484
fail_ci_if_error: true
85+
# Codecov's keybase-hosted GPG key import is currently flaky; keep
86+
# upload failures meaningful by skipping only CLI integrity validation.
87+
skip_validation: true
8588

8689
- name: Upload coverage report
8790
if: always()

0 commit comments

Comments
 (0)