Skip to content

Commit a3e4db0

Browse files
committed
add: full-check to makefile
1 parent df0b0a1 commit a3e4db0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ test:
1313
test-coverage:
1414
uv run pytest --cov=gendiff --cov-report=xml tests/
1515

16+
test-coverage-without-xml:
17+
uv run pytest --cov=gendiff
18+
1619
lint:
1720
uv run ruff check
1821

@@ -24,5 +27,7 @@ build:
2427
file-test:
2528
uv run gendiff /home/zk/python-project-50/file1.json /home/zk/python-project-50/file2.json
2629

30+
full-check: test lint file-test test-coverage-without-xml
31+
2732
.PHONY: install test lint selfcheck check build
2833

0 commit comments

Comments
 (0)