Skip to content

Commit e45b79a

Browse files
committed
Adding coverage file.
1 parent dbf9fa7 commit e45b79a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
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 *.egg-info dist/ requirements.txt uv.lock || true
48+
rm -rf *.egg-info dist/ requirements.txt uv.lock coverage.xml || 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

0 commit comments

Comments
 (0)