We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36bd5fa commit c7db06aCopy full SHA for c7db06a
1 file changed
.github/workflows/integration_test.yml
@@ -82,6 +82,9 @@ jobs:
82
files: lcov.info
83
flags: integration
84
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
88
89
- name: Upload coverage report
90
if: always()
0 commit comments