We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f49fbc9 + 1555e6d commit cebc4cdCopy full SHA for cebc4cd
1 file changed
.github/workflows/unit_tests.yml
@@ -1,4 +1,3 @@
1
-# NOTE: Make sure this file is consistent with .gitlab/tests.yml
2
name: Unit tests
3
4
on:
@@ -73,6 +72,10 @@ jobs:
73
72
token: ${{ secrets.CODECOV_TOKEN }}
74
flags: unit
75
fail_ci_if_error: true
+ # Skip GPG/SHASUM integrity check of the Codecov CLI: its key import
76
+ # intermittently fails (codecov/codecov-action#1876), which would
77
+ # otherwise hard-fail this required job on a transient infra blip.
78
+ skip_validation: true
79
verbose: true
80
windows:
81
if: needs.check-file-changes.outputs.any_changed == 'true'
0 commit comments