We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c696c8 commit 9e33beeCopy full SHA for 9e33bee
.github/workflows/build.yml
@@ -38,13 +38,13 @@ jobs:
38
access_token: ${{ secrets.TOKEN_BITWARDEN_SM }}
39
secrets: |
40
5e21669e-48b4-49ce-82f0-b193010a2ded > TOKEN_CODECOV
41
- - uses: codecov/codecov-action@v4
42
- if: needs.checksecret.outputs.HAVE_SECRETS == 'true'
43
- with:
44
- token: ${{ env.TOKEN_CODECOV }}
45
- verbose: true
46
- fail_ci_if_error: true
47
- files: "**/cobertura.xml"
+# - uses: codecov/codecov-action@v4
+# if: needs.checksecret.outputs.HAVE_SECRETS == 'true'
+# with:
+# token: ${{ env.TOKEN_CODECOV }}
+# verbose: true
+# fail_ci_if_error: true
+# files: "**/cobertura.xml"
48
49
test-flake:
50
runs-on: ubuntu-latest
0 commit comments