File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ publish: clean install-test-requirements
4545 uv publish
4646
4747clean :
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
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ exclude = [
8888testpaths = [
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 ]
9494src = [" mocket" , " tests" ]
You can’t perform that action at this time.
0 commit comments