From 34f0f8b79a76b75b00f211b7c1bc931ddac4b81e Mon Sep 17 00:00:00 2001 From: Sergey Vanyushkin Date: Sun, 10 May 2026 11:26:16 +0300 Subject: [PATCH] feature: pipeline update --- .woodpecker/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/pipeline.yml b/.woodpecker/pipeline.yml index 439a4c4..00bb2b0 100644 --- a/.woodpecker/pipeline.yml +++ b/.woodpecker/pipeline.yml @@ -92,7 +92,7 @@ steps: depends_on: [deps] commands: - pip install uv - - uv run --no-sync pytest tests/integration/ -v + - uv run --no-sync pytest tests/integration/ -v --no-cov - name: test-e2e image: python:3.13