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 f136a67 commit 7b89017Copy full SHA for 7b89017
.github/workflows/test.yaml
@@ -77,6 +77,6 @@ jobs:
77
78
- name: Run tests
79
run: |
80
- pytest --maxfail=2 --cov=jupyterhub_idle_culler
+ pytest --maxfail=2
81
82
- uses: codecov/codecov-action@v3
pyproject.toml
@@ -96,7 +96,7 @@ profile = "black"
96
# ref: https://docs.pytest.org/en/stable/
97
#
98
[tool.pytest.ini_options]
99
-addopts = "--verbose --color=yes --durations=10"
+addopts = "--verbose --color=yes --durations=10 --cov=jupyterhub_idle_culler"
100
asyncio_mode = "auto"
101
102
0 commit comments