Skip to content

Commit 48be78b

Browse files
committed
Remove last step of codecov
1 parent 74c99e8 commit 48be78b

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

.github/workflows/test.yaml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
--log-level=DEBUG \
3939
--verbose
4040
41-
all:
41+
unit-ubuntu:
4242
runs-on: ubuntu-latest
4343
steps:
4444
- uses: actions/checkout@v6
@@ -80,14 +80,6 @@ jobs:
8080
--cov-append \
8181
--verbose
8282
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-
9183
ruff:
9284
runs-on: ubuntu-latest
9385
steps:

0 commit comments

Comments
 (0)