Skip to content

Commit bf274eb

Browse files
committed
small fix ci
1 parent 75a025f commit bf274eb

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/ci-main.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,7 @@ jobs:
4949
run: poetry run mypy src tests
5050

5151
- name: All tests (unit + integration + system)
52-
run: |
53-
poetry run pytest \
54-
--disable-warnings
55-
--cov=asyncflow \
56-
--cov-report=term-missing \
57-
--cov-report=xml
52+
run: poetry run pytest --disable-warnings --cov=asyncflow --cov-report=xml
5853

5954
- name: Upload coverage to Codecov
6055
uses: codecov/codecov-action@v4

0 commit comments

Comments
 (0)