Skip to content

Commit 9e33bee

Browse files
authored
ci: disable codecov
1 parent 4c696c8 commit 9e33bee

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ jobs:
3838
access_token: ${{ secrets.TOKEN_BITWARDEN_SM }}
3939
secrets: |
4040
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"
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"
4848

4949
test-flake:
5050
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)