We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9cb4dd commit 1415869Copy full SHA for 1415869
Makefile
@@ -11,7 +11,7 @@ test:
11
uv run pytest
12
13
test-coverage:
14
- uv run pytest --cov=gendiff
+ uv run pytest --cov=gendiff --cov-report=xml tests/
15
16
lint:
17
uv run ruff check
0 commit comments