Skip to content

Commit 3a1caf4

Browse files
committed
chore: comment out Codecov upload step in CI workflow
- Temporarily disable the Codecov upload step in the GitHub Actions workflow - This change is made to prevent potential CI failures related to coverage reporting
1 parent acf9722 commit 3a1caf4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@ jobs:
5858
run: |
5959
pytest --cov=yokedcache --cov-report=xml --cov-report=term-missing
6060
61-
- name: Upload coverage to Codecov
62-
uses: codecov/codecov-action@v3
63-
with:
64-
file: ./coverage.xml
65-
fail_ci_if_error: true
61+
# - name: Upload coverage to Codecov
62+
# uses: codecov/codecov-action@v3
63+
# with:
64+
# file: ./coverage.xml
65+
# fail_ci_if_error: true
6666

6767
integration-test:
6868
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)