Update ci.yml
This commit is contained in:
parent
748695319b
commit
4046a1165d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -57,7 +57,7 @@ jobs:
|
|||
run: uv sync --group dev --frozen
|
||||
|
||||
- name: Run unit tests with coverage
|
||||
run: uv run pytest --cov=src/contract_check --cov-branch --cov-report=term-missing --cov-fail-under=59 -m "not integration" tests/unit
|
||||
run: uv run pytest --cov=src/contract_check --cov-branch --cov-report=term-missing --cov-fail-under=50 -m "not integration" tests/unit
|
||||
|
||||
# Integration tests.
|
||||
# test-integration:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue