We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74c99e8 commit 48be78bCopy full SHA for 48be78b
1 file changed
.github/workflows/test.yaml
@@ -38,7 +38,7 @@ jobs:
38
--log-level=DEBUG \
39
--verbose
40
41
- all:
+ unit-ubuntu:
42
runs-on: ubuntu-latest
43
steps:
44
- uses: actions/checkout@v6
@@ -80,14 +80,6 @@ jobs:
80
--cov-append \
81
82
83
- - name: Generate coverage report
84
- shell: bash
85
- run: >
86
- uv run pytest \
87
- --cov-report=term-missing:skip-covered \
88
- --cov-report=xml:coverage.xml \
89
- --cov=src
90
-
91
ruff:
92
93
0 commit comments