Skip to content

Commit e468f90

Browse files
committed
chore: no cov & timeout
1 parent 46b220e commit e468f90

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/check.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ jobs:
5555
run: uv sync
5656

5757
- name: Test with pytest
58-
run: |
59-
uv run pytest
58+
timeout-minutes: 5
59+
run: uv run pytest --no-cov --timeout=60
6060

6161
- name: Minimize uv cache
6262
run: uv cache prune --ci

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ packages = ["src/typed_diskcache"]
9191
include = ["src/typed_diskcache", "src/licenses"]
9292

9393
[tool.pytest.ini_options]
94-
addopts = "-n 4 --cov=src/typed_diskcache --cov-report html --cov-report=xml -W error::UserWarning"
94+
addopts = "-n 4 -W error::UserWarning"
9595
testpaths = ["src/tests"]
9696
markers = [
9797
"only"

0 commit comments

Comments
 (0)