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 45c4d7e commit 6012c8aCopy full SHA for 6012c8a
.github/workflows/pytest-push.yml
@@ -42,7 +42,7 @@ jobs:
42
BOT_TOKEN: ${{ secrets.BOT_TOKEN }}
43
RUN_TESTBOT: ${{ matrix.RUN_TESTBOT }}
44
run: |
45
- pytest
+ pytest --cov=./ --cov-report xml:coverage.xml
46
coverage xml -i
47
- name: Upload Coverage
48
pyproject.toml
@@ -115,7 +115,7 @@ source = [
115
]
116
117
[tool.pytest.ini_options]
118
-addopts = "-l -ra --durations=2 --cov=./ --cov-report xml:coverage.xml --junitxml=TestResults.xml"
+addopts = "-l -ra --durations=2 --junitxml=TestResults.xml"
119
doctest_optionflags = "NORMALIZE_WHITESPACE"
120
asyncio_mode="auto"
121
log_cli = "1"
0 commit comments