Update ci.yml

This commit is contained in:
febux 2026-09-03 01:24:55 +03:00
parent 748695319b
commit 4046a1165d

View file

@ -57,7 +57,7 @@ jobs:
run: uv sync --group dev --frozen run: uv sync --group dev --frozen
- name: Run unit tests with coverage - 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. # Integration tests.
# test-integration: # test-integration: