We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dfd317 commit 02d29b3Copy full SHA for 02d29b3
1 file changed
.github/workflows/test.yml
@@ -40,11 +40,12 @@ jobs:
40
- name: Test with pytest
41
run: |
42
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 }}
+ #### TODO: uncomment below after adding CODECOV_TOKEN to repository ####
+ # - name: Upload coverage to Codecov
+ # uses: codecov/codecov-action@v4
+ # with:
+ # fail_ci_if_error: true
48
+ # token: ${{ secrets.CODECOV_TOKEN }}
49
if: matrix.python-version == env.TEST_PYTHON_VERSION && matrix.os == env.TEST_OS
50
- name: Vulture, Bandit and Pydocstyle tests
51
0 commit comments