Skip to content

Commit e66cf4f

Browse files
committed
Remove coverage options from GitHub action test run
1 parent 884ddea commit e66cf4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ jobs:
3636
run: uv sync --all-extras --dev
3737

3838
- name: Run tests
39-
run: uv run python -Xutf8 -m pytest --cov --cov-config=pyproject.toml --cov-report=xml tests
39+
run: uv run python -Xutf8 -m pytest tests

0 commit comments

Comments
 (0)