Skip to content

Commit d9068eb

Browse files
committed
Revert "🧪 Unspecialize coverage.xml name in cython job"
This reverts commit e71dbf0.
1 parent 4ab354a commit d9068eb

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -585,14 +585,15 @@ jobs:
585585
PIP_USER: 1
586586
run: >-
587587
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
588+
--cov-config=.coveragerc-cython.toml --cov
589+
--cov-report=xml:cython-coverage.xml
589590
--numprocesses=auto
590591
-m 'not dev_mode and not autobahn'
591592
shell: bash
592593
- name: Upload coverage
593594
uses: codecov/codecov-action@v7
594595
with:
595-
files: ./coverage.xml
596+
files: ./cython-coverage.xml
596597
disable_search: true
597598
flags: cython-coverage
598599
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)