Skip to content

Commit 6f1ce9a

Browse files
committed
chore: comment out Codecov upload step in CI workflow
1 parent 567390b commit 6f1ce9a

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -56,16 +56,16 @@ jobs:
5656
- run: pnpm exec nx affected -t lint test build
5757
# Nx Cloud recommends fixes for failures to help you get CI green faster. Learn more: https://nx.dev/ci/features/self-healing-ci
5858

59-
- name: Upload coverage reports to Codecov
60-
uses: codecov/codecov-action@v5
61-
with:
62-
token: ${{ secrets.CODECOV_TOKEN }}
63-
directory: ./test-output
64-
files: ./client/lcov.info,./health-indicator/lcov.info,./lock/lcov.info,./throttler-storage/lcov.info,./socket.io-adapter/lcov.info
65-
flags: unittests
66-
name: codecov-umbrella
67-
fail_ci_if_error: false
68-
verbose: true
59+
# - name: Upload coverage reports to Codecov
60+
# uses: codecov/codecov-action@v5
61+
# with:
62+
# token: ${{ secrets.CODECOV_TOKEN }}
63+
# directory: ./test-output
64+
# files: ./client/lcov.info,./health-indicator/lcov.info,./lock/lcov.info,./throttler-storage/lcov.info,./socket.io-adapter/lcov.info
65+
# flags: unittests
66+
# name: codecov-umbrella
67+
# fail_ci_if_error: false
68+
# verbose: true
6969

7070
- run: pnpm exec nx format:check --all
7171

0 commit comments

Comments
 (0)