There was an error while loading. Please reload this page.
coverage.xml
1 parent 4ab354a commit d9068ebCopy full SHA for d9068eb
1 file changed
.github/workflows/ci-cd.yml
@@ -585,14 +585,15 @@ jobs:
585
PIP_USER: 1
586
run: >-
587
pytest tests/test_client_functional.py tests/test_http_parser.py tests/test_http_writer.py tests/test_web_functional.py tests/test_web_response.py tests/test_websocket_parser.py
588
- --cov-config=.coveragerc-cython.toml --cov --cov-report=xml
+ --cov-config=.coveragerc-cython.toml --cov
589
+ --cov-report=xml:cython-coverage.xml
590
--numprocesses=auto
591
-m 'not dev_mode and not autobahn'
592
shell: bash
593
- name: Upload coverage
594
uses: codecov/codecov-action@v7
595
with:
- files: ./coverage.xml
596
+ files: ./cython-coverage.xml
597
disable_search: true
598
flags: cython-coverage
599
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments