We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
poe
1 parent 08dbf11 commit 0d391e4Copy full SHA for 0d391e4
1 file changed
.github/workflows/tests.yml
@@ -62,19 +62,15 @@ jobs:
62
63
# Bootstrap environment.
64
source bootstrap.sh
65
-
66
- # Run linter.
67
- uv run ruff check .
68
69
- # Run type testing
70
- uv run mypy
71
+
72
# Report about the test matrix slot.
73
echo "Invoking tests with CrateDB ${CRATEDB_VERSION}"
74
- uv run coverage run -m pytest
75
76
- # Set the stage for uploading the coverage report.
77
- uv run coverage xml
+ # Run linter.
+ poe lint
+ # Run tests.
+ poe test
78
79
# https://github.com/codecov/codecov-action
80
- name: Upload coverage results to Codecov
0 commit comments