From 29f4f611545620d8a54e04937380cc1792f750d1 Mon Sep 17 00:00:00 2001 From: chris48s Date: Thu, 31 Oct 2024 14:03:23 +0000 Subject: [PATCH] correct coveralls command --- .circleci/config.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8fd4cf55..aa177edc 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -80,8 +80,7 @@ jobs: name: Submit coverage command: | . .venv/bin/activate - uv pip install coveralls - coveralls + uv run --with coveralls coveralls - store_artifacts: path: test-results