Skip to content

Commit 5b30f76

Browse files
chore: disable codecov for testing
1 parent 7bdf37e commit 5b30f76

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/tests.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ jobs:
3535
- name: Run mypy
3636
run: mypy src
3737
- name: Run tests
38-
run: pytest --cov=./ --cov-report=xml --durations=10
39-
- name: "Upload coverage to Codecov"
40-
if: matrix.python-version == 3.11 # Only upload coverage once per run
41-
uses: codecov/codecov-action@v2
42-
with:
43-
fail_ci_if_error: true
44-
token: ${{ secrets.CODECOV_TOKEN }}
38+
run: pytest --durations=10 # --cov=./ --cov-report=xml
39+
# - name: "Upload coverage to Codecov"
40+
# if: matrix.python-version == 3.11 # Only upload coverage once per run
41+
# uses: codecov/codecov-action@v2
42+
# with:
43+
# fail_ci_if_error: true
44+
# token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)