Skip to content

Commit 36809c0

Browse files
committed
Coverage.
1 parent 5b4a631 commit 36809c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ publish: clean install-test-requirements
4545
uv publish
4646

4747
clean:
48-
rm -rf .coverage *.egg-info dist/ requirements.txt uv.lock || true
48+
rm -rf *.egg-info dist/ requirements.txt uv.lock || true
4949
find . -type d -name __pycache__ -exec rm -rf {} \; || true
5050

5151
.PHONY: clean publish safetest test setup develop lint-python test-python _services-up

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ exclude = [
8888
testpaths = [
8989
"tests", "mocket",
9090
]
91-
addopts = "--doctest-modules --cov=mocket --cov-report=term-missing --cov-append -v -x"
91+
addopts = "--doctest-modules --cov=mocket --cov-report=xml --cov-report=term-missing --cov-append -v -x"
9292

9393
[tool.ruff]
9494
src = ["mocket", "tests"]

0 commit comments

Comments
 (0)