We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75a025f commit bf274ebCopy full SHA for bf274eb
1 file changed
.github/workflows/ci-main.yml
@@ -49,12 +49,7 @@ jobs:
49
run: poetry run mypy src tests
50
51
- 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
+ run: poetry run pytest --disable-warnings --cov=asyncflow --cov-report=xml
58
59
- name: Upload coverage to Codecov
60
uses: codecov/codecov-action@v4
0 commit comments