We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b4a631 commit 36809c0Copy full SHA for 36809c0
Makefile
@@ -45,7 +45,7 @@ publish: clean install-test-requirements
45
uv publish
46
47
clean:
48
- rm -rf .coverage *.egg-info dist/ requirements.txt uv.lock || true
+ rm -rf *.egg-info dist/ requirements.txt uv.lock || true
49
find . -type d -name __pycache__ -exec rm -rf {} \; || true
50
51
.PHONY: clean publish safetest test setup develop lint-python test-python _services-up
pyproject.toml
@@ -88,7 +88,7 @@ exclude = [
88
testpaths = [
89
"tests", "mocket",
90
]
91
-addopts = "--doctest-modules --cov=mocket --cov-report=term-missing --cov-append -v -x"
+addopts = "--doctest-modules --cov=mocket --cov-report=xml --cov-report=term-missing --cov-append -v -x"
92
93
[tool.ruff]
94
src = ["mocket", "tests"]
0 commit comments