diff --git a/Jenkinsfile b/Jenkinsfile index 0816667..439af08 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -106,7 +106,7 @@ spec: set -euo pipefail mkdir -p build python -m pip install --no-cache-dir -r requirements-dev.txt -python -m ruff check ariadne --select C90,PLR +python -m ruff check ariadne --select PLR python -m slipcover \ --json \ --out "${COVERAGE_JSON}" \