mirror of https://github.com/tiangolo/fastapi.git
🍻 Debug with lower coverage
This commit is contained in:
parent
bef9c18898
commit
0c32e812d1
|
|
@ -111,7 +111,9 @@ jobs:
|
|||
run: uv pip install "anyio[trio]<4.0.0"
|
||||
- run: mkdir coverage
|
||||
- name: Test
|
||||
run: bash scripts/test.sh
|
||||
# TODO: fix this
|
||||
# run: bash scripts/test.sh
|
||||
run: bash scripts/test.sh -k test_first_steps
|
||||
env:
|
||||
COVERAGE_FILE: coverage/.coverage.${{ runner.os }}-py${{ matrix.python-version }}
|
||||
CONTEXT: ${{ runner.os }}-py${{ matrix.python-version }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue