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 7bdf37e commit 5b30f76Copy full SHA for 5b30f76
.github/workflows/tests.yaml
@@ -35,10 +35,10 @@ jobs:
35
- name: Run mypy
36
run: mypy src
37
- 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 }}
+ run: pytest --durations=10 # --cov=./ --cov-report=xml
+# - name: "Upload coverage to Codecov"
+# if: matrix.python-version == 3.11 # Only upload coverage once per run
+# uses: codecov/codecov-action@v2
+# with:
+# fail_ci_if_error: true
+# token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments