Skip to content

Commit

Permalink
chore: no cov & timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
phi-friday committed Nov 14, 2024
1 parent 46b220e commit e468f90
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ jobs:
run: uv sync

- name: Test with pytest
run: |
uv run pytest
timeout-minutes: 5
run: uv run pytest --no-cov --timeout=60

- name: Minimize uv cache
run: uv cache prune --ci
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ packages = ["src/typed_diskcache"]
include = ["src/typed_diskcache", "src/licenses"]

[tool.pytest.ini_options]
addopts = "-n 4 --cov=src/typed_diskcache --cov-report html --cov-report=xml -W error::UserWarning"
addopts = "-n 4 -W error::UserWarning"
testpaths = ["src/tests"]
markers = [
"only"
Expand Down

0 comments on commit e468f90

Please sign in to comment.