Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions .coveragerc.toml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
with:
python-version-file: .python-version
- run: uv sync
- run: uv run pytest --cov-report=term-missing:skip-covered -n=auto
- run: uv run pytest -n=auto
strategy:
fail-fast: false
matrix:
Expand Down
3 changes: 1 addition & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ repos:
rev: v0.9.3
- hooks:
- args:
- --coverage
- --description=Template for Python packages
- --github--push--tag
- --package-name=dycw-template
Expand All @@ -44,7 +43,7 @@ repos:
- --ruff
id: nitpick
repo: https://github.com/dycw/pre-commit-hook-nitpick
rev: 0.4.10
rev: 0.4.11
- hooks:
- id: format-requirements
- id: replace-sequence-str
Expand Down
4 changes: 0 additions & 4 deletions pytest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,8 @@
"-ra",
"-vv",
"--color=auto",
"--cov=template",
"--cov-config=.coveragerc.toml",
"--cov-report=html",
"--durations=10",
"--durations-min=10",
"--cov=template_python",
]
collect_imported_tests = false
empty_parameter_set_mark = "fail_at_collect"
Expand Down
Loading