We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c5ebc9 commit 26790a7Copy full SHA for 26790a7
1 file changed
.github/workflows/ci.yml
@@ -35,7 +35,7 @@ jobs:
35
run: uv sync --group dev
36
37
- name: Run basedpyright (errors)
38
- run: uv run basedpyright src/georeel --level error
+ run: uv run basedpyright --level error src/georeel
39
40
- name: Run tests with coverage
41
run: uv run pytest --cov=src/georeel --cov-report=xml --cov-report=term-missing --cov-fail-under=85
0 commit comments