Skip to content

Commit 02d29b3

Browse files
committed
update : codecov upload commented out.
1 parent 2dfd317 commit 02d29b3

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/test.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,12 @@ jobs:
4040
- name: Test with pytest
4141
run: |
4242
python -m pytest . --cov=TODO --cov-report=term
43-
- name: Upload coverage to Codecov
44-
uses: codecov/codecov-action@v4
45-
with:
46-
fail_ci_if_error: true
47-
token: ${{ secrets.CODECOV_TOKEN }}
43+
#### TODO: uncomment below after adding CODECOV_TOKEN to repository ####
44+
# - name: Upload coverage to Codecov
45+
# uses: codecov/codecov-action@v4
46+
# with:
47+
# fail_ci_if_error: true
48+
# token: ${{ secrets.CODECOV_TOKEN }}
4849
if: matrix.python-version == env.TEST_PYTHON_VERSION && matrix.os == env.TEST_OS
4950
- name: Vulture, Bandit and Pydocstyle tests
5051
run: |

0 commit comments

Comments
 (0)